Context to be associated with each client. More...
Data Fields | |
struct Barrier * | barrier |
The barrier this client is waiting for. More... | |
struct ClientCtx * | next |
DLL next ptr. More... | |
struct ClientCtx * | prev |
DLL prev ptr. More... | |
struct GNUNET_SERVICE_Client * | client |
The client handle. More... | |
Context to be associated with each client.
Definition at line 67 of file gnunet-service-testbed_barriers.c.
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().
struct ClientCtx* ClientCtx::next |
DLL next ptr.
Definition at line 77 of file gnunet-service-testbed_barriers.c.
Referenced by handle_barrier_status().
struct ClientCtx* ClientCtx::prev |
DLL prev ptr.
Definition at line 82 of file gnunet-service-testbed_barriers.c.
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().