summaryrefslogtreecommitdiff
path: root/candm.h
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2016-12-15 14:50:06 +0100
committerVincent Blut <vincent.debian@free.fr>2016-12-15 14:50:06 +0100
commit54852321ce09def86566637aaa945254b28e08a0 (patch)
tree54906eb749d56e5c46f13a378e51a396501cefd0 /candm.h
parent134fb69072f998f489b020c4eabe0e99ac8fa2ac (diff)
New upstream version 3.0-pre2
Diffstat (limited to 'candm.h')
-rw-r--r--candm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/candm.h b/candm.h
index 75425b9..0900343 100644
--- a/candm.h
+++ b/candm.h
@@ -362,8 +362,8 @@ typedef struct {
domain socket.
Version 6 (no authentication) : changed format of client accesses by index
- (using new request/reply types), new flags in NTP source request and report,
- new commands: refresh, serverstats
+ (using new request/reply types), new fields and flags in NTP source request
+ and report, new commands: ntpdata, refresh, serverstats
*/
#define PROTO_VERSION_NUMBER 6
@@ -672,6 +672,7 @@ typedef struct {
uint32_t total_tx_count;
uint32_t total_rx_count;
uint32_t total_valid_count;
+ uint32_t reserved[4];
int32_t EOR;
} RPY_NTPData;