Request to start monitoring. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>
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". | |
Request to start monitoring.
Definition at line 708 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_MonitorStart::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_START.
Definition at line 713 of file transport.h.
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().
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().