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

Request to start monitoring. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>

Collaboration diagram for GNUNET_TRANSPORT_MonitorStart:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_START.
 
uint32_t one_shot
 GNUNET_YES for one-shot monitoring, GNUNET_NO for continuous monitoring.
 
struct GNUNET_PeerIdentity peer
 Target identifier to monitor, all zeros for "all peers".
 

Detailed Description

Request to start monitoring.

Definition at line 708 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_MonitorStart::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_START.

Definition at line 713 of file transport.h.

◆ one_shot

uint32_t GNUNET_TRANSPORT_MonitorStart::one_shot

GNUNET_YES for one-shot monitoring, GNUNET_NO for continuous monitoring.

Definition at line 718 of file transport.h.

Referenced by send_start_monitor().

◆ peer

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_MonitorStart::peer

Target identifier to monitor, all zeros for "all peers".

Definition at line 723 of file transport.h.

Referenced by send_start_monitor().


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