mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
[FreeTDM] gcc-4.5: Use zt_event_t instead of ftdm_oob_event_t to fix enum type mismatches.
This commit is contained in:
parent
f1430d521a
commit
360e8aae20
@ -975,7 +975,7 @@ FIO_SPAN_POLL_EVENT_FUNCTION(zt_poll_event)
|
||||
FIO_SPAN_NEXT_EVENT_FUNCTION(zt_next_event)
|
||||
{
|
||||
uint32_t i, event_id = 0;
|
||||
ftdm_oob_event_t zt_event_id = 0;
|
||||
zt_event_t zt_event_id = 0;
|
||||
|
||||
for(i = 1; i <= span->chan_count; i++) {
|
||||
if (ftdm_test_flag(span->channels[i], FTDM_CHANNEL_EVENT)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user