From: Christian Grothoff Date: Sun, 22 Jul 2012 20:48:01 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~12384 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7ac7eba18d8fd9e80d250790efa329cc1f4e475;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h index 5eaf8b058..47c743ea2 100644 --- a/src/include/gnunet_gns_service.h +++ b/src/include/gnunet_gns_service.h @@ -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); diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 4a323b7f7..c19071209 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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) diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 337b8ddf4..88eee70dd 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -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