GNUnet 0.21.1
LazyCopyRequest Struct Reference

Lazy copy requests made by a client. More...

Collaboration diagram for LazyCopyRequest:
[legend]

Data Fields

struct LazyCopyRequestprev
 Kept in a DLL. More...
 
struct LazyCopyRequestnext
 Kept in a DLL. More...
 
struct Setsource_set
 Which set are we supposed to copy? More...
 
uint32_t cookie
 Cookie identifying the request. More...
 

Detailed Description

Lazy copy requests made by a client.

Definition at line 43 of file gnunet-service-set.c.

Field Documentation

◆ prev

struct LazyCopyRequest* LazyCopyRequest::prev

Kept in a DLL.

Definition at line 48 of file gnunet-service-set.c.

◆ next

struct LazyCopyRequest* LazyCopyRequest::next

Kept in a DLL.

Definition at line 53 of file gnunet-service-set.c.

Referenced by client_disconnect_cb(), and handle_client_copy_lazy_connect().

◆ source_set

struct Set* LazyCopyRequest::source_set

Which set are we supposed to copy?

Definition at line 58 of file gnunet-service-set.c.

Referenced by client_disconnect_cb(), handle_client_copy_lazy_connect(), and handle_client_copy_lazy_prepare().

◆ cookie

uint32_t LazyCopyRequest::cookie

Cookie identifying the request.

Definition at line 63 of file gnunet-service-set.c.

Referenced by handle_client_copy_lazy_connect(), and handle_client_copy_lazy_prepare().


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