Tests: ns_contexts: discarded events result in test failure
[lttng-tools.git] / src / bin / lttng-sessiond / shm.h
1 /*
2 * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0-only
6 *
7 */
8
9 #ifndef _LTT_SHM_H
10 #define _LTT_SHM_H
11
12 char *shm_ust_get_mmap(char *shm_path, int global);
13
14 #endif /* _LTT_SHM_H */
This page took 0.029165 seconds and 5 git commands to generate.