Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d883364 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Automerger Merge Worker
Browse files

add explicit 32-bits of padding to UidTrackingInfo struct am: 8f4e41d6

parents 81d19698 8f4e41d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ typedef struct {
    // negative duration.
    uint32_t error_count;

    // Needed to make 32-bit arch struct size match 64-bit BPF arch struct size.
    uint32_t padding0;
} UidTrackingInfo;

typedef struct {