From: Harlan Stenn Date: Tue, 12 Apr 2016 02:56:06 +0000 (-0700) Subject: Cleanup to include/ntp.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1efa1c4990278e0023ebe3e7bb470fe8f1bee497;p=thirdparty%2Fntp.git Cleanup to include/ntp.h bk: 570c63c6SPU9BX5x37HCAuzOsPjO0Q --- diff --git a/ChangeLog b/ChangeLog index b36fb25b9..77f9af2b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,7 @@ * Fix some Credit: attributions in the NEWS file. Harlan Stenn. * Fix typo in html/monopt.html. Harlan Stenn. * Add README.pullrequests. Harlan Stenn. +* Cleanup to include/ntp.h. Harlan Stenn. --- (4.2.8p6) 2016/01/20 Released by Harlan Stenn diff --git a/include/ntp.h b/include/ntp.h index 9d7407d7c..0379076c7 100644 --- a/include/ntp.h +++ b/include/ntp.h @@ -241,6 +241,13 @@ struct interface { #define TEST13 0x1000 /* peer unreacable */ #define PEER_TEST_MASK (TEST10 | TEST11 | TEST12 | TEST13) +/* + * Unused flags + */ +#define TEST14 0x2000 +#define TEST15 0x4000 +#define TEST16 0x8000 + /* * The peer structure. Holds state information relating to the guys * we are peering with. Most of this stuff is from section 3.2 of the