GNUnet 0.22.2
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 1246 of file messenger_api.c.

Field Documentation

◆ contact

const struct GNUNET_MESSENGER_Contact* GNUNET_MESSENGER_RoomFind::contact

Definition at line 1248 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 1249 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 1250 of file messenger_api.c.

Referenced by GNUNET_MESSENGER_find_rooms(), and iterate_find_room().

◆ cls

void* GNUNET_MESSENGER_RoomFind::cls

Definition at line 1251 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: