aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-02 09:02:26 +0100
committert3sserakt <t3ss@posteo.de>2021-12-02 09:02:26 +0100
commit08226446145611d21bef57fdc77e4693309f3cc4 (patch)
treeab577cd582ddfd2271c0a815546d27469867c0f5 /src
parent1408842544b1cbea01efc636bdcb6be73a4e20a9 (diff)
downloadgnunet-08226446145611d21bef57fdc77e4693309f3cc4.tar.gz
gnunet-08226446145611d21bef57fdc77e4693309f3cc4.zip
- added missing file, fixed warnings
Diffstat (limited to 'src')
-rw-r--r--src/transport/transport_api_traits.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/transport/transport_api_traits.c b/src/transport/transport_api_traits.c
new file mode 100644
index 000000000..7e66cc3d1
--- /dev/null
+++ b/src/transport/transport_api_traits.c
@@ -0,0 +1,32 @@
1/*
2 This file is part of GNUnet
3 Copyright (C) 2021 GNUnet e.V.
4
5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details.
14
15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 SPDX-License-Identifier: AGPL3.0-or-later
19 */
20
21/**
22 * @file transport/test_transport_start_with_config.c
23 * @brief Generic program to start testcases in an configurable topology.
24 * @author t3sserakt
25 */
26#include "platform.h"
27#include "gnunet_testing_ng_lib.h"
28#include "gnunet_testing_netjail_lib.h"
29#include "transport-testing-cmds.h"
30#include "gnunet_util_lib.h"
31
32GNUNET_TRANSPORT_SIMPLE_TRAITS (GNUNET_TRANSPORT_MAKE_IMPL_SIMPLE_TRAIT)