X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fshm.h;h=56e74f039f8a8ee9856fe338e6141c8976d06f31;hb=edbac916fd984b0b50dc3f7cc352a94cb7f24287;hp=d714506b85b2f4a472a8186fad47c621126ed6ca;hpb=b7fc068d873bcfc93761f418bfefe8c928c33a59;p=lttng-tools.git diff --git a/src/common/shm.h b/src/common/shm.h index d714506b8..56e74f039 100644 --- a/src/common/shm.h +++ b/src/common/shm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only @@ -9,8 +9,10 @@ #ifndef _LTT_SHM_H #define _LTT_SHM_H +LTTNG_HIDDEN char *shm_ust_get_mmap(char *shm_path, int global); +LTTNG_HIDDEN int shm_create_anonymous(const char *owner_name); #endif /* _LTT_SHM_H */