tracing: Align 4 byte ints together in struct tracer

Move elements in struct tracer for better alignment.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Steven Rostedt 2011-03-09 14:53:38 -05:00 committed by Steven Rostedt
parent 56355b83e2
commit 9a24470b28
1 changed files with 1 additions and 1 deletions

View File

@ -272,8 +272,8 @@ struct tracer {
/* If you handled the flag setting, return 0 */
int (*set_flag)(u32 old_flags, u32 bit, int set);
struct tracer *next;
int print_max;
struct tracer_flags *flags;
int print_max;
int use_max_tr;
};