Move all sources to 'src/'
[lttng-ust.git] / libringbuffer / shm_internal.h
diff --git a/libringbuffer/shm_internal.h b/libringbuffer/shm_internal.h
deleted file mode 100644 (file)
index 0e92b45..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
-
-#ifndef _LIBRINGBUFFER_SHM_INTERNAL_H
-#define _LIBRINGBUFFER_SHM_INTERNAL_H
-
-struct shm_ref {
-       volatile ssize_t index;         /* within the object table */
-       volatile ssize_t offset;        /* within the object */
-};
-
-#define DECLARE_SHMP(type, name)       \
-       union {                         \
-               struct shm_ref _ref;    \
-               type *_type;            \
-       } name
-
-#endif /* _LIBRINGBUFFER_SHM_INTERNAL_H */
This page took 0.024529 seconds and 4 git commands to generate.