aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 14:06:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 14:06:37 +0000
commitbb325e4a419aa2ec5ddff34b45a49dcaaa53d0ab (patch)
tree3056b04d5e1ba0e316ee3f9ceeb8cd76133cde13 /src/hostlist
parent0132ed3cba1026781772b98c737048311b510977 (diff)
downloadgnunet-bb325e4a419aa2ec5ddff34b45a49dcaaa53d0ab.tar.gz
gnunet-bb325e4a419aa2ec5ddff34b45a49dcaaa53d0ab.zip
-some fixes for monkey
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index af46110ca..0b82b7d1f 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -465,6 +465,7 @@ run_daemon (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
465 hostlist_task_v6 = prepare_daemon (daemon_handle); 465 hostlist_task_v6 = prepare_daemon (daemon_handle);
466} 466}
467 467
468#define UNSIGNED_MHD_LONG_LONG unsigned MHD_LONG_LONG
468 469
469/** 470/**
470 * Function that queries MHD's select sets and 471 * Function that queries MHD's select sets and
@@ -481,7 +482,7 @@ prepare_daemon (struct MHD_Daemon *daemon_handle)
481 struct GNUNET_NETWORK_FDSet *wws; 482 struct GNUNET_NETWORK_FDSet *wws;
482 struct GNUNET_NETWORK_FDSet *wes; 483 struct GNUNET_NETWORK_FDSet *wes;
483 int max; 484 int max;
484 unsigned MHD_LONG_LONG timeout; 485 UNSIGNED_MHD_LONG_LONG timeout;
485 int haveto; 486 int haveto;
486 struct GNUNET_TIME_Relative tv; 487 struct GNUNET_TIME_Relative tv;
487 488