GNUnet 0.21.1
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. More...
 
enum GNUNET_TRANSPORT_ConnectionStatus cs
 Connection status. More...
 
uint32_t num_msg_pending
 Messages pending. More...
 
uint32_t num_bytes_pending
 Bytes pending. More...
 

Detailed Description

Details about what to notify monitors about.

Definition at line 3412 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 3417 of file gnunet-service-transport.c.

◆ valid_until

struct GNUNET_TIME_Absolute MonitorEvent::valid_until

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

◆ next_validation

struct GNUNET_TIME_Absolute MonitorEvent::next_validation

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

◆ rtt

struct GNUNET_TIME_Relative MonitorEvent::rtt

Current round-trip time estimate.

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

◆ cs

enum GNUNET_TRANSPORT_ConnectionStatus MonitorEvent::cs

Connection status.

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

◆ num_msg_pending

uint32_t MonitorEvent::num_msg_pending

Messages pending.

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

◆ num_bytes_pending

uint32_t MonitorEvent::num_bytes_pending

Bytes pending.

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


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