gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20594 - in gnunet/src: hello include namestore


From: gnunet
Subject: [GNUnet-SVN] r20594 - in gnunet/src: hello include namestore
Date: Mon, 19 Mar 2012 09:27:11 +0100

Author: wachs
Date: 2012-03-19 09:27:11 +0100 (Mon, 19 Mar 2012)
New Revision: 20594

Modified:
   gnunet/src/hello/gnunet-hello.c
   gnunet/src/include/gnunet_namestore_service.h
   gnunet/src/namestore/gnunet-service-namestore.c
   gnunet/src/namestore/namestore_api.c
Log:
- doxygen fixes


Modified: gnunet/src/hello/gnunet-hello.c
===================================================================
--- gnunet/src/hello/gnunet-hello.c     2012-03-18 15:10:31 UTC (rev 20593)
+++ gnunet/src/hello/gnunet-hello.c     2012-03-19 08:27:11 UTC (rev 20594)
@@ -54,7 +54,7 @@
 /**
  * Add the given address with infinit expiration to the buffer.
  *
- * @param ac add context
+ * @param cls closure
  * @param address address to add
  * @param expiration old expiration
  * @return GNUNET_OK keep iterating

Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2012-03-18 15:10:31 UTC 
(rev 20593)
+++ gnunet/src/include/gnunet_namestore_service.h       2012-03-19 08:27:11 UTC 
(rev 20594)
@@ -229,7 +229,6 @@
  *
  * @param h handle to the namestore
  * @param pkey private key of the zone
- * @param expire block expiration time
  * @param name name that is being mapped (at most 255 characters long)
  * @param rd record data to store
  * @param cont continuation to call when done
@@ -339,9 +338,7 @@
 
 /**
  * Starts a new zone iteration (used to periodically PUT all of our
- * records into our DHT). This MUST lock the GNUNET_NAMESTORE_Handle
- * for any other calls than GNUNET_NAMESTORE_zone_iterator_next and
- * GNUNET_NAMESTORE_zone_iteration_stop.  "proc" will be called once
+ * records into our DHT). "proc" will be called once
  * immediately, and then again after
  * "GNUNET_NAMESTORE_zone_iterator_next" is invoked.
  *

Modified: gnunet/src/namestore/gnunet-service-namestore.c
===================================================================
--- gnunet/src/namestore/gnunet-service-namestore.c     2012-03-18 15:10:31 UTC 
(rev 20593)
+++ gnunet/src/namestore/gnunet-service-namestore.c     2012-03-19 08:27:11 UTC 
(rev 20594)
@@ -110,13 +110,14 @@
 
 /**
  * Write zonefile to disk
- * @param file where to write
- * @param ret the key
+ * @param filename where to write
+ * @param c the crypto container
  *
  * @return GNUNET_OK on success, GNUNET_SYSERR on fail
  */
 
-int write_key_to_file (const char *filename, struct 
GNUNET_NAMESTORE_CryptoContainer *c)
+int
+write_key_to_file (const char *filename, struct 
GNUNET_NAMESTORE_CryptoContainer *c)
 {
   struct GNUNET_CRYPTO_RsaPrivateKey *ret = c->privkey;
   struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded *enc;

Modified: gnunet/src/namestore/namestore_api.c
===================================================================
--- gnunet/src/namestore/namestore_api.c        2012-03-18 15:10:31 UTC (rev 
20593)
+++ gnunet/src/namestore/namestore_api.c        2012-03-19 08:27:11 UTC (rev 
20594)
@@ -1123,7 +1123,6 @@
  *
  * @param h handle to the namestore
  * @param pkey private key of the zone
- * @param expire block expiration time
  * @param name name that is being mapped (at most 255 characters long)
  * @param rd record data to store
  * @param cont continuation to call when done




reply via email to

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