Fix: ust-cancelstate: include string.h for strerror
[lttng-ust.git] / src / lib / lttng-ust-common / getcpu.h
CommitLineData
f73bcf5e
MJ
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#ifndef _LTTNG_UST_COMMON_GETCPU_H
8#define _LTTNG_UST_COMMON_GETCPU_H
9
10/*
11 * Initialize the getcpu plugin if it's present.
12 */
13void lttng_ust_getcpu_plugin_init(void)
14 __attribute__((visibility("hidden")));
15
16
17#endif /* _LTTNG_UST_COMMON_GETCPU_H */
This page took 0.024383 seconds and 4 git commands to generate.