Searched refs:expected_event_type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/bin/tests/timers/
H A Dt_timers.c104 isc_eventtype_t expected_event_type; local
110 expected_event_type = ISC_TIMEREVENT_LIFE;
112 expected_event_type = ISC_TIMEREVENT_TICK;
114 if (event->ev_type != expected_event_type) {
116 expected_event_type, (int) event->ev_type);

Completed in 116 milliseconds