Data Fields | |
struct SetCopyRequest * | next |
struct SetCopyRequest * | prev |
void * | cls |
GNUNET_SET_CopyReadyCallback | cb |
struct SetCopyRequest* SetCopyRequest::next |
struct SetCopyRequest* SetCopyRequest::prev |
void* SetCopyRequest::cls |
Definition at line 41 of file set_api.c.
Referenced by GNUNET_SET_copy_lazy(), and handle_copy_lazy().
GNUNET_SET_CopyReadyCallback SetCopyRequest::cb |
Definition at line 43 of file set_api.c.
Referenced by GNUNET_SET_copy_lazy(), and handle_copy_lazy().