timesyncd-manager.h revision 481b3f9e998d1981e01915bed34f55ea99af1542
1N/A along with systemd; If not, see <http://www.gnu.org/licenses/>.
1N/A#include "sd-event.h"
1N/A#include "sd-resolve.h"
1N/A#include "sd-network.h"
1N/A#include "ratelimit.h"
1N/A#include "timesyncd-server.h"
1N/A bool exhausted_servers;
1N/A int server_socket;
1N/A int missed_replies;
1N/A bool poll_resync;
1N/A unsigned int samples_idx;
1N/A double samples_jitter;
1N/A int clock_watch_fd;
1N/A bool rtc_local_time;