Add some additional detail to the peer record in CAPI and JSON control plane.
This commit is contained in:
parent
91ca238163
commit
d2503172d8
4 changed files with 32 additions and 10 deletions
|
@ -560,6 +560,16 @@ typedef struct
|
|||
*/
|
||||
uint64_t address;
|
||||
|
||||
/**
|
||||
* Time we last received a unicast frame from this peer
|
||||
*/
|
||||
uint64_t lastUnicastFrame;
|
||||
|
||||
/**
|
||||
* Time we last received a multicast rame from this peer
|
||||
*/
|
||||
uint64_t lastMulticastFrame;
|
||||
|
||||
/**
|
||||
* Remote major version or -1 if not known
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue