Skip to content
Commit e3d6bf0a authored by Steven Rostedt's avatar Steven Rostedt
Browse files

ring-buffer: replace sizeof of event header with offsetof



Impact: fix to possible alignment problems on some archs.

Some arch compilers include an NULL char array in the sizeof field.
Since the ring_buffer_event type includes one of these, it is better
to use the "offsetof" instead, to avoid strange bugs on these archs.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent ef7a4a16
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment