Data Fields | |
enum GNUNET_MESSENGER_MessageKind | kind |
const struct GNUNET_HashCode * | epoch_hash |
const union GNUNET_MESSENGER_EpochIdentifier * | identifier |
const struct GNUNET_MESSENGER_Contact * | contact |
struct GNUNET_CONTAINER_MultiHashMap * | map |
Definition at line 612 of file messenger_api_room.c.
enum GNUNET_MESSENGER_MessageKind GNUNET_MESSENGER_RoomCancelAction::kind |
Definition at line 614 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().
const struct GNUNET_HashCode* GNUNET_MESSENGER_RoomCancelAction::epoch_hash |
Definition at line 615 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().
const union GNUNET_MESSENGER_EpochIdentifier* GNUNET_MESSENGER_RoomCancelAction::identifier |
Definition at line 616 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().
const struct GNUNET_MESSENGER_Contact* GNUNET_MESSENGER_RoomCancelAction::contact |
Definition at line 617 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_RoomCancelAction::map |
Definition at line 619 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().