GNUnet 0.21.1
GNUNET_MESSENGER_RoomFind Struct Reference
Collaboration diagram for GNUNET_MESSENGER_RoomFind:
[legend]

Data Fields

const struct GNUNET_MESSENGER_Contactcontact
 
GNUNET_MESSENGER_MemberCallback callback
 
size_t counter
 
void * cls
 

Detailed Description

Definition at line 944 of file messenger_api.c.

Field Documentation

◆ contact

const struct GNUNET_MESSENGER_Contact* GNUNET_MESSENGER_RoomFind::contact

Definition at line 946 of file messenger_api.c.

Referenced by GNUNET_MESSENGER_find_rooms(), and iterate_find_room().

◆ callback

GNUNET_MESSENGER_MemberCallback GNUNET_MESSENGER_RoomFind::callback

Definition at line 947 of file messenger_api.c.

Referenced by GNUNET_MESSENGER_find_rooms(), and iterate_find_room().

◆ counter

size_t GNUNET_MESSENGER_RoomFind::counter

Definition at line 948 of file messenger_api.c.

Referenced by GNUNET_MESSENGER_find_rooms(), and iterate_find_room().

◆ cls

void* GNUNET_MESSENGER_RoomFind::cls

Definition at line 949 of file messenger_api.c.

Referenced by GNUNET_MESSENGER_find_rooms(), and iterate_find_room().


The documentation for this struct was generated from the following file: