aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-10-08 16:26:06 +0000
committerNils Durner <durner@gnunet.org>2010-10-08 16:26:06 +0000
commit2d21fc1fc47cb939af263069eecf9306d5ca79bb (patch)
treed5f1ed2b863bf20637d9068a22d667262215c7ee /src/util/service.c
parent3c7f29da8858142ac5062dc4f066c4fca5f7b284 (diff)
downloadgnunet-2d21fc1fc47cb939af263069eecf9306d5ca79bb.tar.gz
gnunet-2d21fc1fc47cb939af263069eecf9306d5ca79bb.zip
fix warnings
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/service.c b/src/util/service.c
index 48fb59e28..d18d4e9e3 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -1094,11 +1094,13 @@ setup_service (struct GNUNET_SERVICE_Context *sctx)
1094{ 1094{
1095 struct GNUNET_TIME_Relative idleout; 1095 struct GNUNET_TIME_Relative idleout;
1096 int tolerant; 1096 int tolerant;
1097#ifndef MINGW
1097 const char *lpid; 1098 const char *lpid;
1098 unsigned int pid; 1099 unsigned int pid;
1099 const char *nfds; 1100 const char *nfds;
1100 unsigned int cnt; 1101 unsigned int cnt;
1101 int flags; 1102 int flags;
1103#endif
1102 1104
1103 if (GNUNET_CONFIGURATION_have_value (sctx->cfg, 1105 if (GNUNET_CONFIGURATION_have_value (sctx->cfg,
1104 sctx->serviceName, "TIMEOUT")) 1106 sctx->serviceName, "TIMEOUT"))