A subscribe message body This allows subscribing to a discourse. More...
#include <gnunet_messenger_service.h>
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... | |
A subscribe message body This allows subscribing to a discourse.
Message-body-size: 44
Definition at line 606 of file gnunet_messenger_service.h.
struct GNUNET_ShortHashCode GNUNET_MESSENGER_MessageSubscribe::discourse |
The hash of the discourse to subscribe.
Definition at line 611 of file gnunet_messenger_service.h.
Referenced by create_message_subscribe(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), get_message_discourse(), handle_discourse_subscription(), handle_message_subscribe(), keep_subscription_alive(), and on_message().
struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageSubscribe::time |
The time window of the subscription.
Definition at line 616 of file gnunet_messenger_service.h.
Referenced by create_message_subscribe(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_discourse_subscription(), and handle_message_subscribe().
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().