GNUnet 0.21.1
GNUNET_SETU_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/service/setu/setu.h>

Collaboration diagram for GNUNET_SETU_ListenMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETU_LISTEN. More...
 
uint32_t reserved
 Always zero. 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 55 of file setu.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETU_ListenMessage::header

Type: GNUNET_MESSAGE_TYPE_SETU_LISTEN.

Definition at line 60 of file setu.h.

◆ reserved

uint32_t GNUNET_SETU_ListenMessage::reserved

Always zero.

Definition at line 65 of file setu.h.

◆ app_id

struct GNUNET_HashCode GNUNET_SETU_ListenMessage::app_id

application id

Definition at line 70 of file setu.h.


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