Data Fields | |
struct GNUNET_PEERSTORE_Record * | record |
The record that was stored. More... | |
uint32_t | rid |
The request ID. More... | |
struct PeerstoreClient * | pc |
The client. More... | |
Definition at line 231 of file gnunet-service-peerstore.c.
struct GNUNET_PEERSTORE_Record* StoreRecordContext::record |
The record that was stored.
Definition at line 236 of file gnunet-service-peerstore.c.
Referenced by handle_store(), and store_record_continuation().
uint32_t StoreRecordContext::rid |
The request ID.
Definition at line 241 of file gnunet-service-peerstore.c.
Referenced by handle_store(), and store_record_continuation().
struct PeerstoreClient* StoreRecordContext::pc |
The client.
Definition at line 246 of file gnunet-service-peerstore.c.
Referenced by handle_store(), and store_record_continuation().