aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-31 16:20:23 +0200
committert3sserakt <t3ss@posteo.de>2021-07-31 16:28:23 +0200
commit285f958a5190d185ecee70248473e63af5759ad8 (patch)
tree0e240bef0ec1476d185808c38c825caf3e444881 /src/testbed
parentaa0f0adef22bdaf4cb1b9b6e16d7a57af5e7fc20 (diff)
downloadgnunet-285f958a5190d185ecee70248473e63af5759ad8.tar.gz
gnunet-285f958a5190d185ecee70248473e63af5759ad8.zip
- removed warnings
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/gnunet-cmds-helper.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/gnunet-cmds-helper.c b/src/testbed/gnunet-cmds-helper.c
index 7cb753c23..4bc0656de 100644
--- a/src/testbed/gnunet-cmds-helper.c
+++ b/src/testbed/gnunet-cmds-helper.c
@@ -124,8 +124,8 @@ struct Plugin *plugin;
124 124
125/** 125/**
126 * The process handle to the testbed service 126 * The process handle to the testbed service
127 */ 127
128static struct GNUNET_OS_Process *cmd_binary_process; 128static struct GNUNET_OS_Process *cmd_binary_process;*/
129 129
130/** 130/**
131 * Handle to the testing system 131 * Handle to the testing system
@@ -276,7 +276,7 @@ write_task (void *cls)
276 * 276 *
277 * @param cls closure, NULL if we need to self-restart 277 * @param cls closure, NULL if we need to self-restart
278 */ 278 */
279static void 279/*static void
280child_death_task (void *cls) 280child_death_task (void *cls)
281{ 281{
282 const struct GNUNET_DISK_FileHandle *pr; 282 const struct GNUNET_DISK_FileHandle *pr;
@@ -284,7 +284,7 @@ child_death_task (void *cls)
284 284
285 pr = GNUNET_DISK_pipe_handle (sigpipe, GNUNET_DISK_PIPE_END_READ); 285 pr = GNUNET_DISK_pipe_handle (sigpipe, GNUNET_DISK_PIPE_END_READ);
286 child_death_task_id = NULL; 286 child_death_task_id = NULL;
287 /* consume the signal */ 287 // consume the signal
288 GNUNET_break (0 < GNUNET_DISK_file_read (pr, &c, sizeof(c))); 288 GNUNET_break (0 < GNUNET_DISK_file_read (pr, &c, sizeof(c)));
289 LOG_DEBUG ("Got SIGCHLD\n"); 289 LOG_DEBUG ("Got SIGCHLD\n");
290 290
@@ -294,7 +294,7 @@ child_death_task (void *cls)
294 pr, 294 pr,
295 &child_death_task, 295 &child_death_task,
296 NULL); 296 NULL);
297} 297}*/
298 298
299 299
300static void 300static void