Closure to lookup_queue_it(). More...
Data Fields | |
struct Queue * | res |
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... | |
Closure to lookup_queue_it().
Definition at line 333 of file gnunet-communicator-unix.c.
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().
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().
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().