Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin/trace: fix struct allignment #4112

Merged
merged 2 commits into from
Sep 9, 2020
Merged

plugin/trace: fix struct allignment #4112

merged 2 commits into from
Sep 9, 2020

Commits on Sep 9, 2020

  1. plugin/trace: fix struct allignment

    A 64 bit entity needs to be the first in a struct to make it work on 32
    bit systems.
    
    Fixes: #4111
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    96d3b4a View commit details
    Browse the repository at this point in the history
  2. plugin/erratic does makes the same mistake

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    0bb0bab View commit details
    Browse the repository at this point in the history