]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[3/3][OpenZAP] gcc-4.5: Use zt_event_t instead of zap_oob_event_t to fix enum type...
authorStefan Knoblich <s.knoblich@axsentis.de>
Sat, 17 Apr 2010 11:17:48 +0000 (11:17 +0000)
committerStefan Knoblich <s.knoblich@axsentis.de>
Sat, 17 Apr 2010 11:17:48 +0000 (11:17 +0000)
libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.c

index 15803017b5c88dca76b22a8ec496f82a47b877c5..e1552a9b77f6520ee01140ba10f10d6a5d571034 100644 (file)
@@ -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)) {