Deleted Added
full compact
47d46
< #include <isc/eventlib.h>
66a66
> #ifndef USE_LIBBEGEMOT
67a68
> #endif
155a157,159
> #ifdef USE_LIBBEGEMOT
> poll_unregister(sscop_h);
> #else
156a161
> #endif
214a220,222
> #ifdef USE_LIBBEGEMOT
> poll_unregister(user_h);
> #else
215a224
> #endif
386a396
> #ifdef USE_LIBBEGEMOT
387a398,400
> tfunc(int tid __unused, void *uap)
> #else
> static void
389a403
> #endif
404a419
> #ifndef USE_LIBBEGEMOT
405a421
> #endif
411a428,431
> #ifdef USE_LIBBEGEMOT
> if ((t->id = poll_start_timer(msec, 0, tfunc, t)) == -1)
> err(1, "cannot start timer");
> #else
416a437
> #endif
428a450,452
> #ifdef USE_LIBBEGEMOT
> poll_stop_timer(t->id);
> #else
429a454
> #endif