aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-16 09:15:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-16 09:15:06 +0000
commitc0c97de5adc9bc6922d001b53b4492038d23baa3 (patch)
treed59891862d7fd76add32bc3da6cf9beb699bc2f0 /src/hostlist
parent8136c299d4692236f9408dd6a66236edecad1273 (diff)
downloadgnunet-c0c97de5adc9bc6922d001b53b4492038d23baa3.tar.gz
gnunet-c0c97de5adc9bc6922d001b53b4492038d23baa3.zip
-use MHD_LONG_LONG
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 64da3bd56..af46110ca 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 long long unsigned int timeout; 484 unsigned MHD_LONG_LONG timeout;
485 int haveto; 485 int haveto;
486 struct GNUNET_TIME_Relative tv; 486 struct GNUNET_TIME_Relative tv;
487 487