aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent8136c299d4692236f9408dd6a66236edecad1273 (diff)
downloadgnunet-c0c97de5adc9bc6922d001b53b4492038d23baa3.tar.gz
gnunet-c0c97de5adc9bc6922d001b53b4492038d23baa3.zip
-use MHD_LONG_LONG
Diffstat (limited to 'src')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
-rw-r--r--src/hostlist/hostlist-server.c2
-rw-r--r--src/transport/plugin_transport_http_server.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index accdf1e0d..7e099df62 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -621,7 +621,7 @@ run_httpd ()
621 struct GNUNET_NETWORK_FDSet *wes; 621 struct GNUNET_NETWORK_FDSet *wes;
622 int max; 622 int max;
623 int haveto; 623 int haveto;
624 MHD_LONG_LONG timeout; 624 unsigned MHD_LONG_LONG timeout;
625 struct GNUNET_TIME_Relative tv; 625 struct GNUNET_TIME_Relative tv;
626 626
627 FD_ZERO (&rs); 627 FD_ZERO (&rs);
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
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index e5e4690d7..00ad005bd 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -967,7 +967,7 @@ server_schedule (struct Plugin *plugin, struct MHD_Daemon *daemon_handle,
967 struct GNUNET_NETWORK_FDSet *wws; 967 struct GNUNET_NETWORK_FDSet *wws;
968 struct GNUNET_NETWORK_FDSet *wes; 968 struct GNUNET_NETWORK_FDSet *wes;
969 int max; 969 int max;
970 unsigned long long timeout; 970 unsigned MHD_LONG_LONG timeout;
971 static unsigned long long last_timeout = 0; 971 static unsigned long long last_timeout = 0;
972 int haveto; 972 int haveto;
973 973