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