GNUnet 0.22.0
GNUNET_MESSENGER_MessageSubscribe Struct Reference

A subscribe message body This allows subscribing to a discourse. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageSubscribe:
[legend]

Data Fields

struct GNUNET_ShortHashCode discourse
 The hash of the discourse to subscribe. More...
 
struct GNUNET_TIME_RelativeNBO time
 The time window of the subscription. More...
 
uint32_t flags
 The flags about the subscription to a discourse. More...
 

Detailed Description

A subscribe message body This allows subscribing to a discourse.

Message-body-size: 44

Definition at line 606 of file gnunet_messenger_service.h.

Field Documentation

◆ discourse

◆ time

struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageSubscribe::time

◆ flags

uint32_t GNUNET_MESSENGER_MessageSubscribe::flags

The flags about the subscription to a discourse.

Definition at line 621 of file gnunet_messenger_service.h.

Referenced by create_message_subscribe(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), and handle_discourse_subscription().


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