aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-16 08:33:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-16 08:33:51 +0000
commit8136c299d4692236f9408dd6a66236edecad1273 (patch)
tree7b687b5366d97dc696a185d43374dee0ff54eda9 /src/hostlist
parentfc7d8d12b32f1d286d93580550336bce1babc654 (diff)
downloadgnunet-8136c299d4692236f9408dd6a66236edecad1273.tar.gz
gnunet-8136c299d4692236f9408dd6a66236edecad1273.zip
- fix compile error
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 66263e1a3..64da3bd56 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -481,7 +481,7 @@ prepare_daemon (struct MHD_Daemon *daemon_handle)
481 struct GNUNET_NETWORK_FDSet *wws; 481 struct GNUNET_NETWORK_FDSet *wws;
482 struct GNUNET_NETWORK_FDSet *wes; 482 struct GNUNET_NETWORK_FDSet *wes;
483 int max; 483 int max;
484 MHD_LONG_LONG timeout; 484 long long unsigned int timeout;
485 int haveto; 485 int haveto;
486 struct GNUNET_TIME_Relative tv; 486 struct GNUNET_TIME_Relative tv;
487 487