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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c72 static dispatch_source_t in_src_local; variable
833 in_src_local = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in_queue);
834 dispatch_source_set_event_handler(in_src_local, ^{ remote_acceptmsg_local(fd); });
835 dispatch_resume(in_src_local);

Completed in 131 milliseconds