2 * SPDX-License-Identifier: LGPL-2.1-only
4 * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7 #ifndef _LIBCOUNTER_SHM_INTERNAL_H
8 #define _LIBCOUNTER_SHM_INTERNAL_H
10 struct lttng_counter_shm_ref
{
11 volatile ssize_t index
; /* within the object table */
12 volatile ssize_t offset
; /* within the object */
15 #define DECLARE_LTTNG_COUNTER_SHMP(type, name) \
17 struct lttng_counter_shm_ref _ref; \
21 #endif /* _LIBCOUNTER_SHM_INTERNAL_H */
This page took 0.03669 seconds and 4 git commands to generate.