gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22827 - in gnunet/src: include mesh util


From: gnunet
Subject: [GNUnet-SVN] r22827 - in gnunet/src: include mesh util
Date: Sun, 22 Jul 2012 22:48:01 +0200

Author: grothoff
Date: 2012-07-22 22:48:01 +0200 (Sun, 22 Jul 2012)
New Revision: 22827

Modified:
   gnunet/src/include/gnunet_gns_service.h
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/util/os_priority.c
Log:
-doxygen

Modified: gnunet/src/include/gnunet_gns_service.h
===================================================================
--- gnunet/src/include/gnunet_gns_service.h     2012-07-22 20:46:09 UTC (rev 
22826)
+++ gnunet/src/include/gnunet_gns_service.h     2012-07-22 20:48:01 UTC (rev 
22827)
@@ -144,13 +144,12 @@
  * lookup
  *
  * @param cls closure
- * @param name "name" of the original lookup
  * @param rd_count number of records
  * @param rd the records in reply
  */
 typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
-                                 uint32_t rd_count,
-                                 const struct GNUNET_NAMESTORE_RecordData *rd);
+                                                 uint32_t rd_count,
+                                                 const struct 
GNUNET_NAMESTORE_RecordData *rd);
 
 
 

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-07-22 20:46:09 UTC (rev 
22826)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-07-22 20:48:01 UTC (rev 
22827)
@@ -4637,7 +4637,7 @@
 
 
 /**
- * Function to process DHT string to regex matching..
+ * Function to process DHT string to regex matching.
  * Called on each result obtained for the DHT search.
  *
  * @param cls closure (search context)

Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2012-07-22 20:46:09 UTC (rev 22826)
+++ gnunet/src/util/os_priority.c       2012-07-22 20:48:01 UTC (rev 22827)
@@ -1533,6 +1533,10 @@
  * Start a process.
  *
  * @param pipe_control should a pipe be used to send signals to the child?
+ * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags controlling 
which
+ *        std handles of the parent are inherited by the child.
+ *        pipe_stdin and pipe_stdout take priority over std_inheritance
+ *        (when they are non-NULL).
  * @param lsocks array of listen sockets to dup systemd-style (or NULL);
  *         must be NULL on platforms where dup is not supported
  * @param filename name of the binary




reply via email to

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