aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-09 14:38:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-09 14:38:32 +0000
commitd479027e76d01be911ae0d5266ad979a86e0703f (patch)
treea40919082ff50d37fee2e04d1f78c72f48df2495 /src/include/gnunet_namestore_service.h
parent15e649e0158e4e591779dbba8bb89a9b1aceecc6 (diff)
downloadgnunet-d479027e76d01be911ae0d5266ad979a86e0703f.tar.gz
gnunet-d479027e76d01be911ae0d5266ad979a86e0703f.zip
-update docu
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 70dbb5bb2..2a89f2be7 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -502,6 +502,11 @@ typedef void (*GNUNET_NAMESTORE_RecordsSynchronizedCallback)(void *cls);
502 * the connection is re-established, the process begins from the start (all 502 * the connection is re-established, the process begins from the start (all
503 * existing records, sync, then updates). 503 * existing records, sync, then updates).
504 * 504 *
505 * Note that the 'signature' in the 'monitor' callback will always be
506 * NULL (as signatures are usually not valuable to monitoring clients,
507 * the service does not bother to generate a valid signature for
508 * monitoring).
509 *
505 * @param cfg configuration to use to connect to namestore 510 * @param cfg configuration to use to connect to namestore
506 * @param zone zone to monitor, NULL for all zones 511 * @param zone zone to monitor, NULL for all zones
507 * @param monitor function to call on zone changes 512 * @param monitor function to call on zone changes