Fix: incorrect specifier %lu used with size_t argument
[lttng-tools.git] / src / common / consumer / consumer-testpoint.h
... / ...
CommitLineData
1#ifndef CONSUMERD_TESTPOINT_H
2#define CONSUMERD_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 * SPDX-License-Identifier: GPL-2.0-only
9 *
10 */
11
12#include <common/testpoint/testpoint.h>
13
14/* Testpoints, internal use only */
15TESTPOINT_DECL(consumerd_thread_channel);
16TESTPOINT_DECL(consumerd_thread_metadata);
17TESTPOINT_DECL(consumerd_thread_data);
18TESTPOINT_DECL(consumerd_thread_data_poll);
19TESTPOINT_DECL(consumerd_thread_sessiond);
20TESTPOINT_DECL(consumerd_thread_metadata_timer);
21
22#endif /* CONSUMERD_TESTPOINT_H */
This page took 0.022515 seconds and 4 git commands to generate.