aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_barriers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-27 14:08:01 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-27 14:08:01 +0000
commit02a21c4dcaae82d610630036d3ea4921723504f9 (patch)
treeb41d48e6d14a06e540500c6e6a41c8a1ec39b8c9 /src/testbed/testbed_api_barriers.c
parent24680d0c69d4a14e207b20051c34ee48dbafdc1f (diff)
downloadgnunet-02a21c4dcaae82d610630036d3ea4921723504f9.tar.gz
gnunet-02a21c4dcaae82d610630036d3ea4921723504f9.zip
move functions unrelated to TESTBED_BarrierWaitHandle out of testbed_api_barriers.c
Diffstat (limited to 'src/testbed/testbed_api_barriers.c')
-rw-r--r--src/testbed/testbed_api_barriers.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_barriers.c b/src/testbed/testbed_api_barriers.c
index deb8ca97f..527a86554 100644
--- a/src/testbed/testbed_api_barriers.c
+++ b/src/testbed/testbed_api_barriers.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2008--2013 GNUnet e.V. 3 Copyright (C) 2008--2013, 2016 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -23,11 +23,9 @@
23 * @brief API implementation for testbed barriers 23 * @brief API implementation for testbed barriers
24 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 24 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
25 */ 25 */
26
27#include "platform.h" 26#include "platform.h"
28#include "gnunet_testbed_service.h" 27#include "gnunet_testbed_service.h"
29#include "testbed_api.h" 28#include "testbed_api.h"
30#include "testbed_api_barriers.h"
31 29
32/** 30/**
33 * Logging shorthand 31 * Logging shorthand