]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
cmdmon: remove obsolete request/reply in candm.h
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 25 Mar 2015 15:54:09 +0000 (16:54 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 27 Mar 2015 09:37:54 +0000 (10:37 +0100)
candm.h

diff --git a/candm.h b/candm.h
index eceb3052074b3aae6388d2fd7ba40af66709e25d..08e0cc5cb2bd37a66d1b12848b200228128c8693 100644 (file)
--- 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;