![]() |
GNUnet
0.11.x
|
Message sent by the client to the service to start listening for incoming requests to perform a certain type of set operation for a certain type of application. More...
#include </home/handbook/gnunet/src/set/set.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SET_LISTEN. More... | |
uint32_t | operation |
Operation type, values of enum GNUNET_SET_OperationType More... | |
struct GNUNET_HashCode | app_id |
application id More... | |
Message sent by the client to the service to start listening for incoming requests to perform a certain type of set operation for a certain type of application.
struct GNUNET_MessageHeader GNUNET_SET_ListenMessage::header |
uint32_t GNUNET_SET_ListenMessage::operation |
Operation type, values of enum GNUNET_SET_OperationType
Definition at line 69 of file set.h.
Referenced by handle_client_listen(), and listen_connect().
struct GNUNET_HashCode GNUNET_SET_ListenMessage::app_id |
application id
Definition at line 74 of file set.h.
Referenced by handle_client_listen(), and listen_connect().