ntp: check if packet was received by right socket

This commit is contained in:
Miroslav Lichvar
2014-03-24 17:10:35 +01:00
parent 9a657cd4a3
commit f2c4ab09a8
3 changed files with 12 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ extern void NCR_DestroyInstance(NCR_Instance instance);
/* This routine is called when a new packet arrives off the network,
and it relates to a source we have an ongoing protocol exchange with */
extern void NCR_ProcessKnown(NTP_Packet *message, struct timeval *now, double now_err, NCR_Instance data, int length);
extern void NCR_ProcessKnown(NTP_Packet *message, struct timeval *now, double now_err, NCR_Instance data, int sock_fd, int length);
/* This routine is called when a new packet arrives off the network,
and we do not recognize its source */