-doxygen
authorChristian Grothoff <christian@grothoff.org>
Sun, 22 Jul 2012 20:48:01 +0000 (20:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 22 Jul 2012 20:48:01 +0000 (20:48 +0000)
src/include/gnunet_gns_service.h
src/mesh/gnunet-service-mesh.c
src/util/os_priority.c

index 5eaf8b0585a016304324a4f673040ac2ea6d09a2..47c743ea2c77b382037af294368bedf62202184e 100644 (file)
@@ -144,13 +144,12 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
  * 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);
 
 
 
index 4a323b7f7871f39f9306339470a7e30c72df0d87..c19071209fa004670f71f97de92528b4ead039c5 100644 (file)
@@ -4637,7 +4637,7 @@ dht_get_string_accept_handler (void *cls, struct GNUNET_TIME_Absolute exp,
 
 
 /**
- * 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)
index 337b8ddf429ecb2ece757466f3caa33504bb73f5..88eee70dd3ec1b09407277e07236c75364a2e020 100644 (file)
@@ -1533,6 +1533,10 @@ GNUNET_OS_start_process (int pipe_control,
  * 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