GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
GNUNET_IDENTITY_EgoLookup Struct Reference

Handle for ego lookup. More...

Collaboration diagram for GNUNET_IDENTITY_EgoLookup:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Connection to service.
 
char * name
 Name of the ego we are looking up.
 
GNUNET_IDENTITY_EgoCallback cb
 Function to call with the result.
 
void * cb_cls
 Closure for cb.
 

Detailed Description

Handle for ego lookup.

Definition at line 37 of file identity_api_lookup.c.

Field Documentation

◆ mq

◆ name

char* GNUNET_IDENTITY_EgoLookup::name

Name of the ego we are looking up.

Definition at line 47 of file identity_api_lookup.c.

Referenced by GNUNET_IDENTITY_ego_lookup(), and GNUNET_IDENTITY_ego_lookup_cancel().

◆ cb

◆ cb_cls


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