aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-23 17:48:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-23 17:48:10 +0000
commit51aab09f2804d71b39e10fdb281f2bfad2239ded (patch)
treef90fe6dbae367b97771c5e08618c2cf2bb8b2f6c /src/include/gnunet_namestore_service.h
parent880fbe91d5dd4d605ed70745cda425954f221009 (diff)
downloadgnunet-51aab09f2804d71b39e10fdb281f2bfad2239ded.tar.gz
gnunet-51aab09f2804d71b39e10fdb281f2bfad2239ded.zip
-updating readme and configure
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 51079fec8..dac21fbee 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -260,7 +260,10 @@ GNUNET_NAMESTORE_record_remove (struct GNUNET_NAMESTORE_Handle *h,
260 * @param cls closure 260 * @param cls closure
261 * @param zone_key public key of the zone 261 * @param zone_key public key of the zone
262 * @param expire when does the corresponding block in the DHT expire (until 262 * @param expire when does the corresponding block in the DHT expire (until
263 * when should we never do a DHT lookup for the same name again)? 263 * when should we never do a DHT lookup for the same name again)?;
264 * GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type in the namestore,
265 * or the expiration time of the block in the namestore (even if there are zero
266 * records matching the desired record type)
264 * @param name name that is being mapped (at most 255 characters long) 267 * @param name name that is being mapped (at most 255 characters long)
265 * @param rd_count number of entries in 'rd' array 268 * @param rd_count number of entries in 'rd' array
266 * @param rd array of records with data to store 269 * @param rd array of records with data to store