Request to start monitoring. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_START. More... | |
uint32_t | one_shot |
GNUNET_YES for one-shot montoring, GNUNET_NO for continuous monitoring. More... | |
struct GNUNET_PeerIdentity | peer |
Target identifier to monitor, all zeros for "all peers". More... | |
Request to start monitoring.
Definition at line 707 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_MonitorStart::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_START.
Definition at line 712 of file transport.h.
uint32_t GNUNET_TRANSPORT_MonitorStart::one_shot |
GNUNET_YES for one-shot montoring, GNUNET_NO for continuous monitoring.
Definition at line 717 of file transport.h.
Referenced by send_start_monitor().
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_MonitorStart::peer |
Target identifier to monitor, all zeros for "all peers".
Definition at line 722 of file transport.h.
Referenced by send_start_monitor().