mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 13:45:07 -05:00
ntp: merge broadcast code with ntp_core
This commit is contained in:
13
stubs.c
13
stubs.c
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "broadcast.h"
|
||||
#include "clientlog.h"
|
||||
#include "cmdmon.h"
|
||||
#include "keys.h"
|
||||
@@ -89,17 +88,7 @@ MNL_Finalise(void)
|
||||
#ifndef FEAT_NTP
|
||||
|
||||
void
|
||||
BRD_Initialise(void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
BRD_Finalise(void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
BRD_AddDestination(IPAddr *addr, unsigned short port, int interval)
|
||||
NCR_AddBroadcastDestination(IPAddr *addr, unsigned short port, int interval)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user