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

Commit 8f4e41d6 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Chris Forbes
Browse files

add explicit 32-bits of padding to UidTrackingInfo struct



(fixes 32-bit arch)

Bug: 235386871
Test: TreeHugger
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: I9c37483eca17011f3f6d9755427c5a380166228e
parent 0a331467
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 {