aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/transport')
-rw-r--r--src/service/transport/gnunet-communicator-unix.c2
-rw-r--r--src/service/transport/meson.build1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/service/transport/gnunet-communicator-unix.c b/src/service/transport/gnunet-communicator-unix.c
index 0ff16ab08..1cdc85b8a 100644
--- a/src/service/transport/gnunet-communicator-unix.c
+++ b/src/service/transport/gnunet-communicator-unix.c
@@ -1153,7 +1153,7 @@ main (int argc, char *const *argv)
1153 * MINIMIZE heap size (way below 128k) since this process doesn't need much. 1153 * MINIMIZE heap size (way below 128k) since this process doesn't need much.
1154 */ 1154 */
1155void __attribute__ ((constructor)) 1155void __attribute__ ((constructor))
1156GNUNET_ARM_memory_init () 1156GNUNET_TRANSPORT_communicator_unix_memory_init ()
1157{ 1157{
1158 mallopt (M_TRIM_THRESHOLD, 4 * 1024); 1158 mallopt (M_TRIM_THRESHOLD, 4 * 1024);
1159 mallopt (M_TOP_PAD, 1 * 1024); 1159 mallopt (M_TOP_PAD, 1 * 1024);
diff --git a/src/service/transport/meson.build b/src/service/transport/meson.build
index 4f8b592fd..3cacc53f6 100644
--- a/src/service/transport/meson.build
+++ b/src/service/transport/meson.build
@@ -111,6 +111,7 @@ executable ('gnunet-service-transport',
111 libgnunethello_dep, 111 libgnunethello_dep,
112 libgnunetnat_dep, 112 libgnunetnat_dep,
113 gcrypt_dep, 113 gcrypt_dep,
114 m_dep,
114 libgnunetutil_dep], 115 libgnunetutil_dep],
115 include_directories: [incdir, configuration_inc], 116 include_directories: [incdir, configuration_inc],
116 install: true, 117 install: true,