Add labels to all typedef'd structs and enums
Release / release (push) Successful in 4s

This commit is contained in:
2026-09-13 02:31:46 +01:00
parent 5df1a105c7
commit 575e0a52b1
20 changed files with 74 additions and 26 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ BEGIN_C_LINKAGE
#define WP_SIP_HASHER_MAGIC wpU64Const(0x5750534950485348)
typedef struct {
typedef struct WpSipHasherKey {
u64 lo;
u64 hi;
} WpSipHasherKey;
typedef struct {
typedef struct WpSipHasherData {
WpSipHasherKey key;
u64 magic;
u64 compression;