GNUnet 0.21.1
GNUNET_SETI_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/seti/seti.h>

Collaboration diagram for GNUNET_SETI_ListenMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETI_LISTEN. More...
 
uint32_t operation
 Operation type, values of enum GNUNET_SETI_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 53 of file seti.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETI_ListenMessage::header

Type: GNUNET_MESSAGE_TYPE_SETI_LISTEN.

Definition at line 58 of file seti.h.

◆ operation

uint32_t GNUNET_SETI_ListenMessage::operation

Operation type, values of enum GNUNET_SETI_OperationType

Definition at line 63 of file seti.h.

◆ app_id

struct GNUNET_HashCode GNUNET_SETI_ListenMessage::app_id

application id

Definition at line 68 of file seti.h.


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