1 #ifndef _LIBRINGBUFFER_SHM_INTERNAL_H
2 #define _LIBRINGBUFFER_SHM_INTERNAL_H
5 * libringbuffer/shm_internal.h
7 * Copyright 2011 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9 * Dual LGPL v2.1/GPL v2 license.
13 volatile ssize_t index
; /* within the object table */
14 volatile ssize_t offset
; /* within the object */
17 #define DECLARE_SHMP(type, name) \
19 struct shm_ref _ref; \
23 #endif /* _LIBRINGBUFFER_SHM_INTERNAL_H */
This page took 0.028874 seconds and 4 git commands to generate.