Fix: build failure with -fno-common
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.h
1 /*
2 * Copyright (C) 2011 - Julien Desfossez <julien.desfossez@polymtl.ca>
3 * David Goulet <david.goulet@polymtl.ca>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License, version 2 only,
7 * as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19 #ifndef _LTTNG_CONSUMERD_H
20 #define _LTTNG_CONSUMERD_H
21
22
23 #define NR_LTTNG_CONSUMER_READY 1
24 extern int lttng_consumer_ready;
25
26 extern const char *tracing_group_name;
27
28 enum lttng_consumer_type lttng_consumer_get_type(void);
29
30 #endif /* _LTTNG_CONSUMERD_H */
This page took 0.031596 seconds and 6 git commands to generate.