src/server/daemon/event_solaris.c

changeset 46
636e05eb48f6
parent 44
3da1f7b6847f
child 79
f48cea237ec3
equal deleted inserted replaced
45:a24aa388f02f 46:636e05eb48f6
110 * we do this if the event function returns 1 110 * we do this if the event function returns 1
111 */ 111 */
112 if(ev_poll(ev, event)) { 112 if(ev_poll(ev, event)) {
113 perror("port_associate"); 113 perror("port_associate");
114 } 114 }
115 } else if(event->finish) {
116 event->finish(ev, event);
115 } 117 }
116 } 118 }
117 } 119 }
118 } 120 }
119 } 121 }

mercurial