GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
const struct sockaddr_un * un
 Address we are looking for.
 
socklen_t un_len
 Number of bytes in un.
 

Detailed Description

Closure to lookup_queue_it().

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

Field Documentation

◆ res

struct Queue* LookupCtx::res

Location to store the queue, if found.

Definition at line 338 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 343 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 348 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: