mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
[3/3][OpenZAP] gcc-4.5: Use zt_event_t instead of zap_oob_event_t to fix enum type mismatches.
This commit is contained in:
parent
8f2b8388fc
commit
dc356af926
@ -978,7 +978,7 @@ ZIO_SPAN_POLL_EVENT_FUNCTION(zt_poll_event)
|
||||
ZIO_SPAN_NEXT_EVENT_FUNCTION(zt_next_event)
|
||||
{
|
||||
uint32_t i, event_id = 0;
|
||||
zap_oob_event_t zt_event_id = 0;
|
||||
zt_event_t zt_event_id = 0;
|
||||
|
||||
for(i = 1; i <= span->chan_count; i++) {
|
||||
if (zap_test_flag(span->channels[i], ZAP_CHANNEL_EVENT)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user