projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e84497
)
-LRN: Add missing declaration
author
Christian Grothoff
<christian@grothoff.org>
Tue, 28 Feb 2012 17:29:38 +0000
(17:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 28 Feb 2012 17:29:38 +0000
(17:29 +0000)
src/util/os_priority.c
patch
|
blob
|
history
diff --git
a/src/util/os_priority.c
b/src/util/os_priority.c
index 4bcb481a628099730412153d2a0c6a407be514ad..a1f173a5e585adfe47148d762652b9055e37101a 100644
(file)
--- a/
src/util/os_priority.c
+++ b/
src/util/os_priority.c
@@
-850,6
+850,7
@@
GNUNET_OS_start_process_vap (int pipe_control,
int argc, arg_count;
HANDLE stdin_handle;
HANDLE stdout_handle;
+ struct GNUNET_DISK_FileHandle *control_pipe;
char path[MAX_PATH + 1];