GNUnet 0.21.1
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. More...
 
char * name
 Name of the ego we are looking up. More...
 
GNUNET_IDENTITY_EgoCallback cb
 Function to call with the result. More...
 
void * cb_cls
 Closure for cb. More...
 

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

void* GNUNET_IDENTITY_EgoLookup::cb_cls

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