Build fix: retrieve unix socket peer PID on non-unix platforms
[lttng-tools.git] / src / common / shm.h
... / ...
CommitLineData
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
12LTTNG_HIDDEN
13char *shm_ust_get_mmap(char *shm_path, int global);
14
15LTTNG_HIDDEN
16int shm_create_anonymous(const char *owner_name);
17
18#endif /* _LTT_SHM_H */
This page took 0.022664 seconds and 4 git commands to generate.