aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-05 13:45:58 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-05 13:45:58 +0000
commit0e401901158427e51fc3b2d1bb58cb8b6bc6d499 (patch)
treea839d0ea624aab0f1031c884d3784c97d529fb07 /src/peerstore/peerstore_api.c
parentd33c98924608b9aa01fe5e77330a7d7f11849acb (diff)
downloadgnunet-0e401901158427e51fc3b2d1bb58cb8b6bc6d499.tar.gz
gnunet-0e401901158427e51fc3b2d1bb58cb8b6bc6d499.zip
peerstore: changed sqlite to async operations
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index ea8579517..2b1cc6a1d 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -397,7 +397,9 @@ GNUNET_PEERSTORE_store_cancel (struct GNUNET_PEERSTORE_StoreContext *sc)
397} 397}
398 398
399/** 399/**
400 * Store a new entry in the PEERSTORE 400 * Store a new entry in the PEERSTORE.
401 * Note that stored entries can be lost in some cases
402 * such as power failure.
401 * 403 *
402 * @param h Handle to the PEERSTORE service 404 * @param h Handle to the PEERSTORE service
403 * @param sub_system name of the sub system 405 * @param sub_system name of the sub system