aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
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.