aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 31a87bf0..8119dfbf 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1088,7 +1088,7 @@ MHD_cleanup_connections (struct MHD_Daemon *daemon)
1088 * necessiate the use of a timeout right now). 1088 * necessiate the use of a timeout right now).
1089 */ 1089 */
1090int 1090int
1091MHD_get_timeout (struct MHD_Daemon *daemon, unsigned long long *timeout) 1091MHD_get_timeout (struct MHD_Daemon *daemon, unsigned MHD_LONG_LONG *timeout)
1092{ 1092{
1093 time_t earliest_deadline; 1093 time_t earliest_deadline;
1094 time_t now; 1094 time_t now;
@@ -1140,7 +1140,7 @@ MHD_select (struct MHD_Daemon *daemon, int may_block)
1140 fd_set es; 1140 fd_set es;
1141 int max; 1141 int max;
1142 struct timeval timeout; 1142 struct timeval timeout;
1143 unsigned long long ltimeout; 1143 unsigned MHD_LONG_LONG ltimeout;
1144 int ds; 1144 int ds;
1145 1145
1146 timeout.tv_sec = 0; 1146 timeout.tv_sec = 0;