From: Miroslav Lichvar Date: Wed, 25 Mar 2015 15:54:09 +0000 (+0100) Subject: cmdmon: remove obsolete request/reply in candm.h X-Git-Tag: 2.0-pre2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47839b770181d3fc81a112bc3e444da59a7671bb;p=thirdparty%2Fchrony.git cmdmon: remove obsolete request/reply in candm.h --- diff --git a/candm.h b/candm.h index eceb3052..08e0cc5c 100644 --- a/candm.h +++ b/candm.h @@ -300,11 +300,6 @@ typedef struct { int32_t EOR; } REQ_CycleLogs; -typedef struct { - IPAddr ip; - uint32_t bits_specd; -} REQ_SubnetsAccessed_Subnet; - /* This is based on the response size rather than the request size */ #define MAX_CLIENT_ACCESSES 8 @@ -589,12 +584,6 @@ typedef struct { int32_t EOR; } RPY_ManualTimestamp; -typedef struct { - IPAddr ip; - uint32_t bits_specd; - uint32_t bitmap[8]; -} RPY_SubnetsAccessed_Subnet; - typedef struct { IPAddr ip; uint32_t client_hits;