gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22540 - in gnunet/src: include testing


From: gnunet
Subject: [GNUnet-SVN] r22540 - in gnunet/src: include testing
Date: Sat, 7 Jul 2012 18:12:28 +0200

Author: harsha
Date: 2012-07-07 18:12:28 +0200 (Sat, 07 Jul 2012)
New Revision: 22540

Modified:
   gnunet/src/include/gnunet_testing_lib-new.h
   gnunet/src/testing/testing.c
Log:
testing doc

Modified: gnunet/src/include/gnunet_testing_lib-new.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib-new.h 2012-07-07 16:12:09 UTC (rev 
22539)
+++ gnunet/src/include/gnunet_testing_lib-new.h 2012-07-07 16:12:28 UTC (rev 
22540)
@@ -62,7 +62,7 @@
  * Create a system handle.  There must only be one system
  * handle per operating system.
  *
- ** @param testdir only the directory name without any path. This is used for
+ * @param testdir only the directory name without any path. This is used for
  *          all service homes; the directory will be created in a temporary
  *          location depending on the underlying OS
  * @param controller hostname of the controlling host, 
@@ -165,7 +165,8 @@
  *            changes in port numbers and paths)
  * @param key_number number of the hostkey to use for the peer
  * @param id identifier for the daemon, will be set, can be NULL
- * @param emsg set to error message (set to NULL on success), can be NULL
+ * @param emsg set to freshly allocated error message (set to NULL on 
success), 
+ *          can be NULL
  * @return handle to the peer, NULL on error
  */
 struct GNUNET_TESTING_Peer *

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-07-07 16:12:09 UTC (rev 22539)
+++ gnunet/src/testing/testing.c        2012-07-07 16:12:28 UTC (rev 22540)
@@ -753,7 +753,8 @@
  *            changes in port numbers and paths)
  * @param key_number number of the hostkey to use for the peer
  * @param id identifier for the daemon, will be set, can be NULL
- * @param emsg set to error message (set to NULL on success), can be NULL
+ * @param emsg set to freshly allocated error message (set to NULL on 
success), 
+ *          can be NULL
  * @return handle to the peer, NULL on error
  */
 struct GNUNET_TESTING_Peer *




reply via email to

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