GNUnet 0.21.1
GNUNET_IDENTITY_EgoSuffixLookup Struct Reference

Handle for ego lookup. More...

Collaboration diagram for GNUNET_IDENTITY_EgoSuffixLookup:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Connection to service. More...
 
char * suffix
 Suffix we are looking up. More...
 
GNUNET_IDENTITY_EgoSuffixCallback 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_suffix_lookup.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_IDENTITY_EgoSuffixLookup::mq

Connection to service.

Definition at line 42 of file identity_api_suffix_lookup.c.

◆ suffix

char* GNUNET_IDENTITY_EgoSuffixLookup::suffix

Suffix we are looking up.

Definition at line 47 of file identity_api_suffix_lookup.c.

◆ cb

GNUNET_IDENTITY_EgoSuffixCallback GNUNET_IDENTITY_EgoSuffixLookup::cb

Function to call with the result.

Definition at line 52 of file identity_api_suffix_lookup.c.

◆ cb_cls

void* GNUNET_IDENTITY_EgoSuffixLookup::cb_cls

Closure for cb.

Definition at line 57 of file identity_api_suffix_lookup.c.


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