aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_communicator_unix.c')
-rw-r--r--src/transport/test_communicator_unix.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/test_communicator_unix.c b/src/transport/test_communicator_unix.c
index ef7ed32c0..fd189659c 100644
--- a/src/transport/test_communicator_unix.c
+++ b/src/transport/test_communicator_unix.c
@@ -63,6 +63,11 @@ run (void *cls)
63 "test_communicator_1.conf", 63 "test_communicator_1.conf",
64 &communicator_available, 64 &communicator_available,
65 NULL); /* cls */ 65 NULL); /* cls */
66 GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (
67 "transport",
68 "test_communicator_2.conf",
69 &communicator_available,
70 NULL); /* cls */
66} 71}
67 72
68int 73int