diff options
author | 3gg <3gg@shellblade.net> | 2025-10-13 20:44:06 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-10-13 20:44:06 -0700 |
commit | 338bd46fb6dbcb8271102ddb6b896a335eb909dc (patch) | |
tree | dafa50f732804df571521751c619de57d12299aa /src/mailbox.h | |
parent | 079cd940e727c1705e9f1b30706b9531d5aedda6 (diff) |
Diffstat (limited to 'src/mailbox.h')
-rw-r--r-- | src/mailbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailbox.h b/src/mailbox.h index 3cca366..b35c7a6 100644 --- a/src/mailbox.h +++ b/src/mailbox.h | |||
@@ -55,6 +55,7 @@ typedef struct __attribute__((aligned(MAIL_ALIGN))) Mail { | |||
55 | Tag tags[]; // Variable quantity. | 55 | Tag tags[]; // Variable quantity. |
56 | } Mail; | 56 | } Mail; |
57 | 57 | ||
58 | // TODO: Remove? Unused. | ||
58 | #define MAIL_SIZE(TYPE) (sizeof(TYPE) + (2 * sizeof(uint32_t))) | 59 | #define MAIL_SIZE(TYPE) (sizeof(TYPE) + (2 * sizeof(uint32_t))) |
59 | 60 | ||
60 | void mbox_init(); | 61 | void mbox_init(); |