gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20929 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r20929 - gnunet/src/include
Date: Tue, 10 Apr 2012 18:30:07 +0200

Author: wachs
Date: 2012-04-10 18:30:07 +0200 (Tue, 10 Apr 2012)
New Revision: 20929

Modified:
   gnunet/src/include/gnunet_namestore_service.h
Log:
- rename


Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2012-04-10 16:29:46 UTC 
(rev 20928)
+++ gnunet/src/include/gnunet_namestore_service.h       2012-04-10 16:30:07 UTC 
(rev 20929)
@@ -196,7 +196,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
@@ -209,7 +209,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,
@@ -231,7 +231,7 @@
  */
 int
 GNUNET_NAMESTORE_verify_signature (const struct 
GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
-                                   const struct GNUNET_TIME_Absolute expire,
+                                   const struct GNUNET_TIME_Absolute freshness,
                                    const char *name,
                                    unsigned int rd_count,
                                    const struct GNUNET_NAMESTORE_RecordData 
*rd,
@@ -302,7 +302,7 @@
  */
 typedef void (*GNUNET_NAMESTORE_RecordProcessor) (void *cls,
                                                  const struct 
GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
-                                                 struct GNUNET_TIME_Absolute 
expire,                       
+                                                 struct GNUNET_TIME_Absolute 
freshness,                            
                                                  const char *name,
                                                  unsigned int rd_len,
                                                  const struct 
GNUNET_NAMESTORE_RecordData *rd,




reply via email to

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