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 743 of file messenger_api_room.c.
| enum GNUNET_MESSENGER_MessageKind GNUNET_MESSENGER_RoomCancelAction::kind |
Definition at line 745 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 746 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 747 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 748 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 750 of file messenger_api_room.c.
Referenced by cancel_room_actions_by(), and iterate_cancel_action_by().