aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_plugin.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-13 22:08:22 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-13 22:08:22 +0000
commitdb2ee15ca4302b0e7fa78e318833cd136265b746 (patch)
tree118bf881b689d5f2f42353611e9e132ea128eadb /src/include/gnunet_peerstore_plugin.h
parent748449cc89a8ef631b8c3c5c3b9168634fc355a5 (diff)
downloadgnunet-db2ee15ca4302b0e7fa78e318833cd136265b746.tar.gz
gnunet-db2ee15ca4302b0e7fa78e318833cd136265b746.zip
PEERSTORE api overhaul
Diffstat (limited to 'src/include/gnunet_peerstore_plugin.h')
-rw-r--r--src/include/gnunet_peerstore_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index 2d397088c..bf69675e4 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -78,8 +78,9 @@ struct GNUNET_PEERSTORE_PluginFunctions
78 */ 78 */
79 int 79 int
80 (*store_record) (void *cls, 80 (*store_record) (void *cls,
81 const struct GNUNET_PeerIdentity *peer,
82 const char *sub_system, 81 const char *sub_system,
82 const struct GNUNET_PeerIdentity *peer,
83 const char *key,
83 const void *value, 84 const void *value,
84 size_t size); 85 size_t size);
85 86