gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27931 - gnunet/src/namestore
Date: Thu, 11 Jul 2013 17:19:09 +0200

Author: grothoff
Date: 2013-07-11 17:19:09 +0200 (Thu, 11 Jul 2013)
New Revision: 27931

Modified:
   gnunet/src/namestore/gnunet-namestore.c
Log:
-fix

Modified: gnunet/src/namestore/gnunet-namestore.c
===================================================================
--- gnunet/src/namestore/gnunet-namestore.c     2013-07-11 15:06:37 UTC (rev 
27930)
+++ gnunet/src/namestore/gnunet-namestore.c     2013-07-11 15:19:09 UTC (rev 
27931)
@@ -383,7 +383,7 @@
  *               GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type 
in the namestore,
  *               or the expiration time of the block in the namestore (even if 
there are zero
  *               records matching the desired record type)
- * @param name name that is being mapped (at most 255 characters long)
+ * @param rec_name name that is being mapped (at most 255 characters long)
  * @param rd_count number of entries in 'rd' array
  * @param rd array of records with data to store
  * @param signature signature of the record block, NULL if signature is 
unavailable (i.e. 
@@ -393,7 +393,7 @@
 get_existing_record (void *cls,
                     const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded 
*zone_key,
                     struct GNUNET_TIME_Absolute freshness,                     
    
-                    const char *name,
+                    const char *rec_name,
                     unsigned int rd_count,
                     const struct GNUNET_NAMESTORE_RecordData *rd,
                     const struct GNUNET_CRYPTO_EccSignature *signature)




reply via email to

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