ntp: merge broadcast code with ntp_core

This commit is contained in:
Miroslav Lichvar
2014-10-15 12:25:56 +02:00
parent e0059bcc6b
commit a78bf0c34e
8 changed files with 61 additions and 217 deletions

View File

@@ -104,4 +104,6 @@ extern NTP_Remote_Address *NCR_GetRemoteAddress(NCR_Instance instance);
extern int NCR_IsSyncPeer(NCR_Instance instance);
extern void NCR_AddBroadcastDestination(IPAddr *addr, unsigned short port, int interval);
#endif /* GOT_NTP_CORE_H */