aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-04 19:03:43 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-04 19:03:43 +0000
commitdd715127aa919fdc66f1854d0db81560d5506d54 (patch)
tree4491b87b0e26d3e590c49299c3d0eeb4185f24ea /src/peerstore/peerstore_api.c
parentd5aa4968b0307c3e89db1f6deb6f029d2874f626 (diff)
downloadgnunet-dd715127aa919fdc66f1854d0db81560d5506d54.tar.gz
gnunet-dd715127aa919fdc66f1854d0db81560d5506d54.zip
peerstore: db index + store test
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index 8797d7818..0143c58cc 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -423,7 +423,7 @@ GNUNET_PEERSTORE_store (struct GNUNET_PEERSTORE_Handle *h,
423 GNUNET_PEERSTORE_Continuation cont, 423 GNUNET_PEERSTORE_Continuation cont,
424 void *cont_cls) 424 void *cont_cls)
425{ 425{
426 struct GNUNET_MQ_Envelope *ev; //FIXME: add 'replace' flag in store function (similar to multihashmap) 426 struct GNUNET_MQ_Envelope *ev;
427 struct GNUNET_PEERSTORE_StoreContext *sc; 427 struct GNUNET_PEERSTORE_StoreContext *sc;
428 428
429 LOG (GNUNET_ERROR_TYPE_DEBUG, 429 LOG (GNUNET_ERROR_TYPE_DEBUG,