convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc.

This commit is contained in:
Michael Graff
2000-04-17 19:22:44 +00:00
parent 0d89e0d55c
commit e44487bfc2
46 changed files with 426 additions and 418 deletions

View File

@@ -531,7 +531,7 @@ do_connect(const char *host, int port) {
static void
listen_done(isc_task_t *task, isc_event_t *event) {
omapi_object_t *listener = event->arg;
omapi_object_t *listener = event->ev_arg;
UNUSED(task);