aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
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