X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_os_start_process.c;h=c285c1ba65f53e32562099b8967cbfb0627c8867;hb=65f518e8036699fa3c574266d39e3cd1263af9e8;hp=e76ec5bcfbd185b1c79307380edb69420a3a598a;hpb=2a35e345a204cb357361406f28e07bf9076cb092;p=oweals%2Fgnunet.git diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c index e76ec5bcf..c285c1ba6 100644 --- a/src/util/test_os_start_process.c +++ b/src/util/test_os_start_process.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009 Christian Grothoff (and other contributing authors) + Copyright (C) 2009 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -46,7 +46,7 @@ static struct GNUNET_DISK_PipeHandle *hello_pipe_stdin; */ static struct GNUNET_DISK_PipeHandle *hello_pipe_stdout; -static GNUNET_SCHEDULER_TaskIdentifier die_task; +static struct GNUNET_SCHEDULER_Task * die_task; struct read_context {