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

Commit 086d7c59 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 am: c34fb538

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


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


typedef struct {
typedef struct {