bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / common / shm.h
CommitLineData
0fdd1e2c 1/*
ab5be9fa
MJ
2 * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
0fdd1e2c 4 *
ab5be9fa 5 * SPDX-License-Identifier: GPL-2.0-only
0fdd1e2c 6 *
0fdd1e2c
DG
7 */
8
9#ifndef _LTT_SHM_H
10#define _LTT_SHM_H
11
7966af57
SM
12#ifdef __cplusplus
13extern "C" {
14#endif
15
0fdd1e2c
DG
16char *shm_ust_get_mmap(char *shm_path, int global);
17
b7fc068d
FD
18int shm_create_anonymous(const char *owner_name);
19
7966af57
SM
20#ifdef __cplusplus
21}
22#endif
23
0fdd1e2c 24#endif /* _LTT_SHM_H */
This page took 0.061849 seconds and 4 git commands to generate.