[FreeTDM] gcc-4.5: Use zt_event_t instead of ftdm_oob_event_t to fix enum type mismatches.

This commit is contained in:
Stefan Knoblich 2010-04-30 23:10:18 +02:00
parent f1430d521a
commit 360e8aae20
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {