aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-nse-profiler.c1
-rw-r--r--src/testing/testing.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index d25ad7ad0..41f12e59d 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -414,7 +414,6 @@ nse_disconnect_adapter (void *cls,
414 * Callback function to process statistic values. 414 * Callback function to process statistic values.
415 * 415 *
416 * @param cls struct StatsContext 416 * @param cls struct StatsContext
417 * @param peer the peer the statistics belong to
418 * @param subsystem name of subsystem that created the statistic 417 * @param subsystem name of subsystem that created the statistic
419 * @param name the name of the datum 418 * @param name the name of the datum
420 * @param value the current value 419 * @param value the current value
diff --git a/src/testing/testing.c b/src/testing/testing.c
index eb039435d..e75c2f1d2 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -815,6 +815,9 @@ update_config_sections (void *cls,
815 * 815 *
816 * @param system system to use to coordinate resource usage 816 * @param system system to use to coordinate resource usage
817 * @param cfg template configuration to update 817 * @param cfg template configuration to update
818 * @param ports array with port numbers used in the created configuration.
819 * Will be updated upon successful return. Can be NULL
820 * @param nports the size of the `ports' array. Will be updated.
818 * @return GNUNET_OK on success, GNUNET_SYSERR on error - the configuration will 821 * @return GNUNET_OK on success, GNUNET_SYSERR on error - the configuration will
819 * be incomplete and should not be used there upon 822 * be incomplete and should not be used there upon
820 */ 823 */