Message sent by the service to clients to notify them about a peer disconnecting. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/core/core.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the connecting peer. More... | |
Message sent by the service to clients to notify them about a peer disconnecting.
struct GNUNET_MessageHeader DisconnectNotifyMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT.
uint32_t DisconnectNotifyMessage::reserved |
Always zero.
Definition at line 155 of file core.h.
Referenced by GSC_CLIENTS_notify_client_about_neighbour(), and handle_disconnect_notify().
struct GNUNET_PeerIdentity DisconnectNotifyMessage::peer |
Identity of the connecting peer.
Definition at line 160 of file core.h.
Referenced by GSC_CLIENTS_notify_client_about_neighbour(), and handle_disconnect_notify().