Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / src / bin / lttng-consumerd / testpoint.hpp
... / ...
CommitLineData
1/*
2 * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#ifndef CONSUMERD_TESTPOINT_H
9#define CONSUMERD_TESTPOINT_H
10
11#include <common/testpoint/testpoint.hpp>
12
13/* Testpoints, internal use only */
14TESTPOINT_DECL(consumerd_data_thread_poll);
15
16#endif /* CONSUMERD_TESTPOINT_H */
This page took 0.025258 seconds and 4 git commands to generate.