aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
commitb20a41aaa09caa197e789584e5ad2b0f29b143f1 (patch)
treefe9c9f9d24702b3a708d1e81d6a9db19064b0455 /src/namestore/plugin_namestore_postgres.c
parent9ceaa074240bdc82daf5be233a3035714f002990 (diff)
downloadgnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.tar.gz
gnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.zip
-more namestore service cleanup -- wip
Diffstat (limited to 'src/namestore/plugin_namestore_postgres.c')
-rw-r--r--src/namestore/plugin_namestore_postgres.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c
index 0df6aa413..214727f7c 100644
--- a/src/namestore/plugin_namestore_postgres.c
+++ b/src/namestore/plugin_namestore_postgres.c
@@ -370,6 +370,7 @@ namestore_postgres_put_records (void *cls,
370 * @param iter iterator to call with the result 370 * @param iter iterator to call with the result
371 * @param iter_cls closure for 'iter' 371 * @param iter_cls closure for 'iter'
372 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error 372 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
373 * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
373 */ 374 */
374static int 375static int
375get_record_and_call_iterator (struct Plugin *plugin, 376get_record_and_call_iterator (struct Plugin *plugin,
@@ -466,6 +467,7 @@ get_record_and_call_iterator (struct Plugin *plugin,
466 * @param iter function to call with the result 467 * @param iter function to call with the result
467 * @param iter_cls closure for iter 468 * @param iter_cls closure for iter
468 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error 469 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
470 * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
469 */ 471 */
470static int 472static int
471namestore_postgres_iterate_records (void *cls, 473namestore_postgres_iterate_records (void *cls,
@@ -544,6 +546,7 @@ namestore_postgres_iterate_records (void *cls,
544 * @param iter function to call with the result 546 * @param iter function to call with the result
545 * @param iter_cls closure for iter 547 * @param iter_cls closure for iter
546 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error 548 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
549 * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
547 */ 550 */
548static int 551static int
549namestore_postgres_zone_to_name (void *cls, 552namestore_postgres_zone_to_name (void *cls,