GNUnet  0.19.3
ClientCtx Struct Reference

Context to be associated with each client. More...

Collaboration diagram for ClientCtx:
[legend]

Data Fields

struct Barrierbarrier
 The barrier this client is waiting for. More...
 
struct ClientCtxnext
 DLL next ptr. More...
 
struct ClientCtxprev
 DLL prev ptr. More...
 
struct GNUNET_SERVICE_Clientclient
 The client handle. More...
 

Detailed Description

Context to be associated with each client.

Definition at line 67 of file gnunet-service-testbed_barriers.c.

Field Documentation

◆ barrier

struct Barrier* ClientCtx::barrier

The barrier this client is waiting for.

Definition at line 72 of file gnunet-service-testbed_barriers.c.

Referenced by disconnect_cb(), handle_barrier_wait(), and remove_barrier().

◆ next

struct ClientCtx* ClientCtx::next

DLL next ptr.

Definition at line 77 of file gnunet-service-testbed_barriers.c.

Referenced by handle_barrier_status().

◆ prev

struct ClientCtx* ClientCtx::prev

DLL prev ptr.

Definition at line 82 of file gnunet-service-testbed_barriers.c.

◆ client

struct GNUNET_SERVICE_Client* ClientCtx::client

The client handle.

Definition at line 87 of file gnunet-service-testbed_barriers.c.

Referenced by connect_cb(), handle_barrier_status(), and handle_barrier_wait().


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