aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-14 20:21:18 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-14 20:21:18 +0000
commit8bef8cb95d339e9c2e59f2b84744b233ba81a364 (patch)
tree8f2d4d50566ce7aa347fb2efd0f742882bfe8fa4 /src/include/gnunet_common.h
parent0b7bb0a4910b377d7e7f4cada9e05d09f2b66852 (diff)
downloadgnunet-8bef8cb95d339e9c2e59f2b84744b233ba81a364.tar.gz
gnunet-8bef8cb95d339e9c2e59f2b84744b233ba81a364.zip
more topology implementation
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index afc9b0bcb..18358c029 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -301,7 +301,7 @@ unsigned long long GNUNET_htonll (unsigned long long n);
301/** 301/**
302 * Maximum allocation with GNUNET_malloc macro. 302 * Maximum allocation with GNUNET_malloc macro.
303 */ 303 */
304#define GNUNET_MAX_GNUNET_MALLOC_CHECKED (1024 * 1024 * 40) 304#define GNUNET_MAX_MALLOC_CHECKED (1024 * 1024 * 40)
305 305
306/** 306/**
307 * Wrapper around malloc. Allocates size bytes of memory. 307 * Wrapper around malloc. Allocates size bytes of memory.