X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2Fshm_internal.h;h=0e92b45124a0f950ddc573f929c640eb63c39b33;hb=f574bfb4d81b26d3cfc0243868d138e33470a950;hp=77f345d38b05bf7c54d9ef2d3756f62c9efa18db;hpb=1d4981969313da002983ca979bd85c95493f7316;p=lttng-ust.git diff --git a/libringbuffer/shm_internal.h b/libringbuffer/shm_internal.h index 77f345d3..0e92b451 100644 --- a/libringbuffer/shm_internal.h +++ b/libringbuffer/shm_internal.h @@ -1,14 +1,12 @@ -#ifndef _LIBRINGBUFFER_SHM_INTERNAL_H -#define _LIBRINGBUFFER_SHM_INTERNAL_H - /* - * libringbuffer/shm_internal.h - * - * Copyright 2011 (c) - Mathieu Desnoyers + * SPDX-License-Identifier: LGPL-2.1-only * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2011-2012 Mathieu Desnoyers */ +#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 */