1 /* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
5 * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 * 2019 Michael Jeanson <mjeanson@efficios.com>
10 #ifndef _LTTNG_WRAPPER_NAMESPACE_H
11 #define _LTTNG_WRAPPER_NAMESPACE_H
13 #include <linux/version.h>
15 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0))
16 #define lttng_ns_inum ns.inum
18 #define lttng_ns_inum proc_inum
21 #endif /* _LTTNG_WRAPPER_NAMESPACE_H */
This page took 0.03308 seconds and 5 git commands to generate.