Data Fields | |
struct GNUNET_MESSENGER_SrvRoom * | room |
struct GNUNET_MESSENGER_Member * | member |
struct GNUNET_SCHEDULER_Task * | task |
struct GNUNET_ShortHashCode | discourse |
struct GNUNET_TIME_Absolute | start |
struct GNUNET_TIME_Absolute | end |
Definition at line 34 of file gnunet-service-messenger_subscription.h.
struct GNUNET_MESSENGER_SrvRoom* GNUNET_MESSENGER_Subscription::room |
Definition at line 36 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), and task_subscription_exit().
struct GNUNET_MESSENGER_Member* GNUNET_MESSENGER_Subscription::member |
Definition at line 37 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), destroy_member(), get_member_subscription(), handle_message_subscribe(), iterate_member_for_subscription(), iterate_member_subscriptions(), and task_subscription_exit().
struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Subscription::task |
Definition at line 38 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), destroy_subscription(), task_subscription_exit(), and update_subscription_timing().
struct GNUNET_ShortHashCode GNUNET_MESSENGER_Subscription::discourse |
Definition at line 40 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), get_member_subscription(), get_subscription_discourse(), handle_message_subscribe(), and task_subscription_exit().
struct GNUNET_TIME_Absolute GNUNET_MESSENGER_Subscription::start |
Definition at line 42 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), has_subscription_of_timestamp(), iterate_member_for_subscription(), and update_subscription().
struct GNUNET_TIME_Absolute GNUNET_MESSENGER_Subscription::end |
Definition at line 43 of file gnunet-service-messenger_subscription.h.
Referenced by create_subscription(), has_subscription_of_timestamp(), update_subscription(), and update_subscription_timing().