GNUnet  0.19.4
GNUNET_HELLO_ParseUriContext Struct Reference

Context for add_address_to_hello(). More...

Collaboration diagram for GNUNET_HELLO_ParseUriContext:
[legend]

Data Fields

const char * pos
 Position in the URI with the next address to parse. More...
 
int ret
 Set to GNUNET_SYSERR to indicate parse errors. More...
 
unsigned int counter_total
 Counter. More...
 
unsigned int counter_added
 Counter skipped addresses. More...
 
GNUNET_HELLO_TransportPluginsFind plugins_find
 Function for finding transport plugins by name. More...
 

Detailed Description

Context for add_address_to_hello().

Definition at line 53 of file hello.c.

Field Documentation

◆ pos

const char* GNUNET_HELLO_ParseUriContext::pos

Position in the URI with the next address to parse.

Definition at line 58 of file hello.c.

◆ ret

int GNUNET_HELLO_ParseUriContext::ret

Set to GNUNET_SYSERR to indicate parse errors.

Definition at line 63 of file hello.c.

◆ counter_total

unsigned int GNUNET_HELLO_ParseUriContext::counter_total

Counter.

Definition at line 68 of file hello.c.

◆ counter_added

unsigned int GNUNET_HELLO_ParseUriContext::counter_added

Counter skipped addresses.

Definition at line 73 of file hello.c.

◆ plugins_find

GNUNET_HELLO_TransportPluginsFind GNUNET_HELLO_ParseUriContext::plugins_find

Function for finding transport plugins by name.

Definition at line 78 of file hello.c.

Referenced by GNUNET_HELLO_parse_uri().


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