aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_bluetooth.c')
-rw-r--r--src/transport/plugin_transport_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_bluetooth.c b/src/transport/plugin_transport_bluetooth.c
index 8d751f443..266276730 100644
--- a/src/transport/plugin_transport_bluetooth.c
+++ b/src/transport/plugin_transport_bluetooth.c
@@ -1943,7 +1943,7 @@ libgnunet_plugin_transport_bluetooth_init (void *cls)
1943 0, GNUNET_NO); 1943 0, GNUNET_NO);
1944 GNUNET_STATISTICS_set (plugin->env->stats, _("# Bluetooth MAC endpoints allocated"), 1944 GNUNET_STATISTICS_set (plugin->env->stats, _("# Bluetooth MAC endpoints allocated"),
1945 0, 0); 1945 0, 0);
1946 GNUNET_BANDWIDTH_tracker_init (&plugin->tracker, 1946 GNUNET_BANDWIDTH_tracker_init (&plugin->tracker, NULL, NULL,
1947 GNUNET_BANDWIDTH_value_init (100 * 1024 * 1947 GNUNET_BANDWIDTH_value_init (100 * 1024 *
1948 1024 / 8), 100); 1948 1024 / 8), 100);
1949 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); 1949 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin);