| 1 | #ifndef RELAYD_TESTPOINT_H |
| 2 | #define RELAYD_TESTPOINT_H |
| 3 | |
| 4 | /* |
| 5 | * Copyright (C) 2012 - Christian Babeux <christian.babeux@efficios.com> |
| 6 | * Copyright (C) 2014 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify it |
| 9 | * under the terms of the GNU General Public License, version 2 only, as |
| 10 | * published by the Free Software Foundation. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 15 | * more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU General Public License along with |
| 18 | * this program; if not, write to the Free Software Foundation, Inc., 51 |
| 19 | * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 20 | */ |
| 21 | |
| 22 | #include <common/testpoint/testpoint.h> |
| 23 | |
| 24 | /* Testpoints, internal use only */ |
| 25 | TESTPOINT_DECL(relayd_thread_dispatcher); |
| 26 | TESTPOINT_DECL(relayd_thread_worker); |
| 27 | TESTPOINT_DECL(relayd_thread_listener); |
| 28 | TESTPOINT_DECL(relayd_thread_live_dispatcher); |
| 29 | TESTPOINT_DECL(relayd_thread_live_worker); |
| 30 | TESTPOINT_DECL(relayd_thread_live_listener); |
| 31 | |
| 32 | #endif /* SESSIOND_TESTPOINT_H */ |