]> git.meshlink.io Git - meshlink/blob - test/blackbox/test_case_channel_blacklist_01/node_sim_nut_01.h
Add test case for channel blacklist
[meshlink] / test / blackbox / test_case_channel_blacklist_01 / node_sim_nut_01.h
1 #ifndef CHANNEL_BLACKLIST_NUT_01_H
2 #define CHANNEL_BLACKLIST_NUT_01_H
3
4 /*
5     test_case_channel_disconnection.h -- Implementation of Node Simulation for Meshlink Testing
6     Copyright (C) 2019  Guus Sliepen <guus@meshlink.io>
7
8     This program is free software; you can redistribute it and/or modify
9     it under the terms of the GNU General Public License as published by
10     the Free Software Foundation; either version 2 of the License, or
11     (at your option) any later version.
12
13     This program is distributed in the hope that it will be useful,
14     but WITHOUT ANY WARRANTY; without even the implied warranty of
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.
17
18     You should have received a copy of the GNU General Public License along
19     with this program; if not, write to the Free Software Foundation, Inc.,
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 */
22
23 extern void *test_channel_blacklist_disonnection_peer_01(void *arg);
24 extern void *test_channel_blacklist_disonnection_nut_01(void *arg);
25 extern void *test_channel_blacklist_disonnection_relay_01(void *arg);
26 extern int total_blacklist_callbacks_01;
27 extern int total_whitelist_callbacks_01;
28 extern struct sync_flag test_channel_discon_nut_close;
29 extern bool test_case_signal_peer_restart_01;
30
31 #endif