Lazy copy requests made by a client. More...
Data Fields | |
struct LazyCopyRequest * | prev |
Kept in a DLL. More... | |
struct LazyCopyRequest * | next |
Kept in a DLL. More... | |
struct Set * | source_set |
Which set are we supposed to copy? More... | |
uint32_t | cookie |
Cookie identifying the request. More... | |
Lazy copy requests made by a client.
Definition at line 43 of file gnunet-service-set.c.
struct LazyCopyRequest* LazyCopyRequest::prev |
Kept in a DLL.
Definition at line 48 of file gnunet-service-set.c.
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().
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().
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().