GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
MonitorEvent Struct Reference

Details about what to notify monitors about. More...

Collaboration diagram for MonitorEvent:
[legend]

Data Fields

struct GNUNET_TIME_Absolute last_validation
 
struct GNUNET_TIME_Absolute valid_until
 
struct GNUNET_TIME_Absolute next_validation
 
struct GNUNET_TIME_Relative rtt
 Current round-trip time estimate.
 
enum GNUNET_TRANSPORT_ConnectionStatus cs
 Connection status.
 
uint32_t num_msg_pending
 Messages pending.
 
uint32_t num_bytes_pending
 Bytes pending.
 

Detailed Description

Details about what to notify monitors about.

Definition at line 3519 of file gnunet-service-transport.c.

Field Documentation

◆ last_validation

struct GNUNET_TIME_Absolute MonitorEvent::last_validation
Deprecated:
To be discussed if we keep these...

Definition at line 3524 of file gnunet-service-transport.c.

◆ valid_until

struct GNUNET_TIME_Absolute MonitorEvent::valid_until

Definition at line 3525 of file gnunet-service-transport.c.

◆ next_validation

struct GNUNET_TIME_Absolute MonitorEvent::next_validation

Definition at line 3526 of file gnunet-service-transport.c.

◆ rtt

struct GNUNET_TIME_Relative MonitorEvent::rtt

Current round-trip time estimate.

Definition at line 3531 of file gnunet-service-transport.c.

◆ cs

enum GNUNET_TRANSPORT_ConnectionStatus MonitorEvent::cs

Connection status.

Definition at line 3536 of file gnunet-service-transport.c.

◆ num_msg_pending

uint32_t MonitorEvent::num_msg_pending

Messages pending.

Definition at line 3541 of file gnunet-service-transport.c.

◆ num_bytes_pending

uint32_t MonitorEvent::num_bytes_pending

Bytes pending.

Definition at line 3546 of file gnunet-service-transport.c.


The documentation for this struct was generated from the following file: