gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24077 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24077 - gnunet/src/mesh
Date: Fri, 28 Sep 2012 11:37:15 +0200

Author: grothoff
Date: 2012-09-28 11:37:15 +0200 (Fri, 28 Sep 2012)
New Revision: 24077

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
-use sane data types

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-09-28 09:36:25 UTC (rev 
24076)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-09-28 09:37:15 UTC (rev 
24077)
@@ -822,10 +822,10 @@
 static struct GNUNET_TIME_Relative id_announce_time;
 static struct GNUNET_TIME_Relative unacknowledged_wait_time;
 static struct GNUNET_TIME_Relative connect_timeout;
-static long long unsigned int default_ttl;
-static long long unsigned int dht_replication_level;
-static long long unsigned int max_tunnels;
-static long long unsigned int max_msgs_queue;
+static unsigned long long default_ttl;
+static unsigned long long dht_replication_level;
+static unsigned long long max_tunnels;
+static unsigned long long max_msgs_queue;
 
 
 /**




reply via email to

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