Change padding type from array to fixed-width integer
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2016 22:13:53 +0000 (17:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 03:09:02 +0000 (22:09 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/event.h

index bf37a116792d0961703b39ef494589fde12aa5d9..a97f8ffaaf915f2077aadb4a0724019699a98c0c 100644 (file)
@@ -261,7 +261,7 @@ struct lttng_event {
 
        /* Offset 288 */
        union {
-               char padding[8];
+               uint64_t padding;
                void *ptr;
        } extended;
 
This page took 0.025033 seconds and 4 git commands to generate.