mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 03:35:06 -05:00
cmdmon: remove obsolete request/reply in candm.h
This commit is contained in:
11
candm.h
11
candm.h
@@ -300,11 +300,6 @@ typedef struct {
|
|||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_CycleLogs;
|
} REQ_CycleLogs;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr ip;
|
|
||||||
uint32_t bits_specd;
|
|
||||||
} REQ_SubnetsAccessed_Subnet;
|
|
||||||
|
|
||||||
/* This is based on the response size rather than the
|
/* This is based on the response size rather than the
|
||||||
request size */
|
request size */
|
||||||
#define MAX_CLIENT_ACCESSES 8
|
#define MAX_CLIENT_ACCESSES 8
|
||||||
@@ -589,12 +584,6 @@ typedef struct {
|
|||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_ManualTimestamp;
|
} RPY_ManualTimestamp;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr ip;
|
|
||||||
uint32_t bits_specd;
|
|
||||||
uint32_t bitmap[8];
|
|
||||||
} RPY_SubnetsAccessed_Subnet;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip;
|
IPAddr ip;
|
||||||
uint32_t client_hits;
|
uint32_t client_hits;
|
||||||
|
|||||||
Reference in New Issue
Block a user