gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20928 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r20928 - gnunet/src/namestore
Date: Tue, 10 Apr 2012 18:29:46 +0200

Author: wachs
Date: 2012-04-10 18:29:46 +0200 (Tue, 10 Apr 2012)
New Revision: 20928

Modified:
   gnunet/src/namestore/namestore_api.c
Log:
- rename


Modified: gnunet/src/namestore/namestore_api.c
===================================================================
--- gnunet/src/namestore/namestore_api.c        2012-04-10 15:46:01 UTC (rev 
20927)
+++ gnunet/src/namestore/namestore_api.c        2012-04-10 16:29:46 UTC (rev 
20928)
@@ -962,7 +962,7 @@
  * @param h handle to the namestore
  * @param zone_key public key of the zone
  * @param name name that is being mapped (at most 255 characters long)
- * @param expire when does the corresponding block in the DHT expire (until
+ * @param freshness when does the corresponding block in the DHT expire (until
  *               when should we never do a DHT lookup for the same name again)?
  * @param rd_count number of entries in 'rd' array
  * @param rd array of records with data to store
@@ -975,7 +975,7 @@
 GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
                             const struct 
GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
                             const char *name,
-                            struct GNUNET_TIME_Absolute expire,
+                            struct GNUNET_TIME_Absolute freshness,
                             unsigned int rd_count,
                             const struct GNUNET_NAMESTORE_RecordData *rd,
                             const struct GNUNET_CRYPTO_RsaSignature *signature,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]