X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-types.h;h=dcab602f095237ae03baf5e2448bd39bdad6de88;hb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;hp=ea16294073369b3392c5486cf0a72b3f9a2afe0d;hpb=a90917c3f8c4ed79117f1caa333b29a2108084ec;p=lttng-modules.git diff --git a/probes/lttng-types.h b/probes/lttng-types.h index ea162940..dcab602f 100644 --- a/probes/lttng-types.h +++ b/probes/lttng-types.h @@ -1,3 +1,12 @@ +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * + * probes/lttng-types.h + * + * LTTng types. + * + * Copyright (C) 2010-2012 Mathieu Desnoyers + */ + /* * Protect against multiple inclusion of structure declarations, but run the * stages below each time. @@ -5,21 +14,11 @@ #ifndef _LTTNG_PROBES_LTTNG_TYPES_H #define _LTTNG_PROBES_LTTNG_TYPES_H -/* - * probes/lttng-types.h - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * LTTng types. - * - * Dual LGPL v2.1/GPL v2 license. - */ - #include -#include "lttng.h" -#include "../lttng-events.h" -#include "../lttng-tracer.h" -#include "../lttng-endian.h" +#include +#include +#include +#include #endif /* _LTTNG_PROBES_LTTNG_TYPES_H */ @@ -56,7 +55,7 @@ #define TRACE_EVENT_TYPE___enum(_name, _container_type) \ { \ .name = #_name, \ - .container_type = __type_integer(_container_type, __BYTE_ORDER, 10, none), \ + .container_type = __type_integer(_container_type, 0, 0, -1, __BYTE_ORDER, 10, none), \ .entries = __trace_event_enum_##_name, \ .len = ARRAY_SIZE(__trace_event_enum_##_name), \ },