A subscribtion 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 subscribtion. 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 subscribtion message body This allows subscribing to a discourse.
Message-body-size: 44 bytes
Definition at line 779 of file gnunet_messenger_service.h.
struct GNUNET_ShortHashCode GNUNET_MESSENGER_MessageSubscribtion::discourse |
The hash of the discourse to subscribtion.
Definition at line 784 of file gnunet_messenger_service.h.
Referenced by create_message_subscribtion(), 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_MessageSubscribtion::time |
The time window of the subscription.
Definition at line 789 of file gnunet_messenger_service.h.
Referenced by create_message_subscribtion(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_discourse_subscription(), and handle_message_subscribe().
uint32_t GNUNET_MESSENGER_MessageSubscribtion::flags |
The flags about the subscription to a discourse.
Definition at line 794 of file gnunet_messenger_service.h.
Referenced by create_message_subscribtion(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), and handle_discourse_subscription().