Skip to content

Commit

Permalink
Change padding type from array to fixed-width integer
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Galarneau <[email protected]>
  • Loading branch information
jgalar committed Mar 7, 2016
1 parent dbb9ab9 commit 99a5309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lttng/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ struct lttng_event {

/* Offset 288 */
union {
char padding[8];
uint64_t padding;
void *ptr;
} extended;

Expand Down

0 comments on commit 99a5309

Please sign in to comment.