GNUnet 0.21.1
LookupCtx Struct Reference

Closure to lookup_queue_it(). More...

Collaboration diagram for LookupCtx:
[legend]

Data Fields

struct Queueres
 Location to store the queue, if found. More...
 
const struct sockaddr_un * un
 Address we are looking for. More...
 
socklen_t un_len
 Number of bytes in un. More...
 

Detailed Description

Closure to lookup_queue_it().

Definition at line 334 of file gnunet-communicator-unix.c.

Field Documentation

◆ res

struct Queue* LookupCtx::res

Location to store the queue, if found.

Definition at line 339 of file gnunet-communicator-unix.c.

Referenced by lookup_queue(), and lookup_queue_it().

◆ un

const struct sockaddr_un* LookupCtx::un

Address we are looking for.

Definition at line 344 of file gnunet-communicator-unix.c.

Referenced by lookup_queue(), and lookup_queue_it().

◆ un_len

socklen_t LookupCtx::un_len

Number of bytes in un.

Definition at line 349 of file gnunet-communicator-unix.c.

Referenced by lookup_queue(), and lookup_queue_it().


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