cmdmon: remove obsolete request/reply in candm.h

This commit is contained in:
Miroslav Lichvar 2015-03-25 16:54:09 +01:00
parent 41e99afe54
commit 47839b7701

11
candm.h
View file

@ -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;