gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21518 - in gnunet/src: gns hostlist transport


From: gnunet
Subject: [GNUnet-SVN] r21518 - in gnunet/src: gns hostlist transport
Date: Wed, 16 May 2012 11:15:06 +0200

Author: grothoff
Date: 2012-05-16 11:15:06 +0200 (Wed, 16 May 2012)
New Revision: 21518

Modified:
   gnunet/src/gns/gnunet-gns-fcfsd.c
   gnunet/src/hostlist/hostlist-server.c
   gnunet/src/transport/plugin_transport_http_server.c
Log:
-use MHD_LONG_LONG

Modified: gnunet/src/gns/gnunet-gns-fcfsd.c
===================================================================
--- gnunet/src/gns/gnunet-gns-fcfsd.c   2012-05-16 08:33:51 UTC (rev 21517)
+++ gnunet/src/gns/gnunet-gns-fcfsd.c   2012-05-16 09:15:06 UTC (rev 21518)
@@ -621,7 +621,7 @@
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
   int haveto;
-  MHD_LONG_LONG timeout;
+  unsigned MHD_LONG_LONG timeout;
   struct GNUNET_TIME_Relative tv;
 
   FD_ZERO (&rs);

Modified: gnunet/src/hostlist/hostlist-server.c
===================================================================
--- gnunet/src/hostlist/hostlist-server.c       2012-05-16 08:33:51 UTC (rev 
21517)
+++ gnunet/src/hostlist/hostlist-server.c       2012-05-16 09:15:06 UTC (rev 
21518)
@@ -481,7 +481,7 @@
   struct GNUNET_NETWORK_FDSet *wws;
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
-  long long unsigned int timeout;
+  unsigned MHD_LONG_LONG timeout;
   int haveto;
   struct GNUNET_TIME_Relative tv;
 

Modified: gnunet/src/transport/plugin_transport_http_server.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_server.c 2012-05-16 08:33:51 UTC 
(rev 21517)
+++ gnunet/src/transport/plugin_transport_http_server.c 2012-05-16 09:15:06 UTC 
(rev 21518)
@@ -967,7 +967,7 @@
   struct GNUNET_NETWORK_FDSet *wws;
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
-  unsigned long long timeout;
+  unsigned MHD_LONG_LONG timeout;
   static unsigned long long last_timeout = 0;
   int haveto;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]