aboutsummaryrefslogtreecommitdiff
path: root/src/service/peerstore/peerstore_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/peerstore/peerstore_common.h')
-rw-r--r--src/service/peerstore/peerstore_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/service/peerstore/peerstore_common.h b/src/service/peerstore/peerstore_common.h
index f5352f5a5..56f1f8b8b 100644
--- a/src/service/peerstore/peerstore_common.h
+++ b/src/service/peerstore/peerstore_common.h
@@ -40,6 +40,7 @@ PEERSTORE_hash_key (const char *sub_system,
40/** 40/**
41 * Creates a MQ envelope for a single record 41 * Creates a MQ envelope for a single record
42 * 42 *
43 * @param rid request ID
43 * @param sub_system sub system string 44 * @param sub_system sub system string
44 * @param peer Peer identity (can be NULL) 45 * @param peer Peer identity (can be NULL)
45 * @param key record key string (can be NULL) 46 * @param key record key string (can be NULL)
@@ -51,7 +52,8 @@ PEERSTORE_hash_key (const char *sub_system,
51 * @return pointer to record message struct 52 * @return pointer to record message struct
52 */ 53 */
53struct GNUNET_MQ_Envelope * 54struct GNUNET_MQ_Envelope *
54PEERSTORE_create_record_mq_envelope (const char *sub_system, 55PEERSTORE_create_record_mq_envelope (uint32_t rid,
56 const char *sub_system,
55 const struct GNUNET_PeerIdentity *peer, 57 const struct GNUNET_PeerIdentity *peer,
56 const char *key, 58 const char *key,
57 const void *value, 59 const void *value,