Commit | Line | Data |
---|---|---|
8ac94142 | 1 | /* |
ab5be9fa | 2 | * Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com> |
8ac94142 | 3 | * |
ab5be9fa | 4 | * SPDX-License-Identifier: GPL-2.0-only |
8ac94142 | 5 | * |
8ac94142 CB |
6 | */ |
7 | ||
8 | #ifndef SESSIOND_TESTPOINT_H | |
9 | #define SESSIOND_TESTPOINT_H | |
10 | ||
c9e313bc | 11 | #include <common/testpoint/testpoint.hpp> |
8ac94142 CB |
12 | |
13 | /* Testpoints, internal use only */ | |
e547b070 MD |
14 | TESTPOINT_DECL(sessiond_thread_manage_clients); |
15 | TESTPOINT_DECL(sessiond_thread_manage_clients_before_loop); | |
16 | TESTPOINT_DECL(sessiond_thread_registration_apps); | |
17 | TESTPOINT_DECL(sessiond_thread_manage_apps); | |
18 | TESTPOINT_DECL(sessiond_thread_manage_apps_before_loop); | |
19 | TESTPOINT_DECL(sessiond_thread_manage_kernel); | |
20 | TESTPOINT_DECL(sessiond_thread_manage_kernel_before_loop); | |
21 | TESTPOINT_DECL(sessiond_thread_manage_consumer); | |
9ad42ec1 MD |
22 | TESTPOINT_DECL(sessiond_thread_app_manage_notify); |
23 | TESTPOINT_DECL(sessiond_thread_app_reg_dispatch); | |
38eb8a68 FD |
24 | TESTPOINT_DECL(sessiond_thread_notification); |
25 | TESTPOINT_DECL(sessiond_handle_notifier_event_pipe); | |
8ac94142 CB |
26 | |
27 | #endif /* SESSIOND_TESTPOINT_H */ |