in refclock_parse.c stream_receive().
Remove Windows-specific code from indicate_refclock_packet() as it is
now used only on non-Windows systems.
process_refclock_packet() is used only on Windows, #ifdef away elsewhere.
bk: 4f3b1d11p196CYgoFFpCmi_HqmNKqQ
return TRUE;
}
add_full_recv_buffer(rb);
-#ifdef HAVE_IO_COMPLETION_PORT
- SetEvent(WaitableIoEventHandle);
-#endif
+
return FALSE;
}
* is used (notably Windows). This is acting as a trampoline to make the
* real calls to the refclock functions.
*/
+#ifdef HAVE_IO_COMPLETION_PORT
void
process_refclock_packet(
struct recvbuf * rb
(*rio->clock_recv)(rb);
}
}
+#endif /* HAVE_IO_COMPLETION_PORT */
/*
)
{
struct parseunit * parse;
+ parsetime_t parsetime;
parse = (struct parseunit *)rbufp->recv_peer->procptr->unitptr;
if (!parse->peer)