X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fshm.h;fp=src%2Fcommon%2Fshm.h;h=d714506b85b2f4a472a8186fad47c621126ed6ca;hp=0000000000000000000000000000000000000000;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=3a4595c2469472dee1656cde5f8882c2123efd3c diff --git a/src/common/shm.h b/src/common/shm.h new file mode 100644 index 000000000..d714506b8 --- /dev/null +++ b/src/common/shm.h @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 Mathieu Desnoyers + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + +#ifndef _LTT_SHM_H +#define _LTT_SHM_H + +char *shm_ust_get_mmap(char *shm_path, int global); + +int shm_create_anonymous(const char *owner_name); + +#endif /* _LTT_SHM_H */