GNUnet 0.21.1
GNUNET_SET_ListenMessage Struct Reference

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/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/set.h>

Collaboration diagram for GNUNET_SET_ListenMessage:
[legend]

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...
 

Detailed Description

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.

Definition at line 59 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_ListenMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_LISTEN.

Definition at line 64 of file set.h.

◆ operation

uint32_t GNUNET_SET_ListenMessage::operation

Operation type, values of enum GNUNET_SET_OperationType

Definition at line 69 of file set.h.

◆ app_id

struct GNUNET_HashCode GNUNET_SET_ListenMessage::app_id

application id

Definition at line 74 of file set.h.


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