From: Christian Grothoff Date: Fri, 28 Sep 2012 09:37:15 +0000 (+0000) Subject: -use sane data types X-Git-Tag: initial-import-from-subversion-38251~11602 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0fe130b2cd4295c351832bed9d566243a737cfb;p=oweals%2Fgnunet.git -use sane data types --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 7ebe7d199..3242520d2 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -822,10 +822,10 @@ static struct GNUNET_TIME_Relative app_announce_time; 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; /**