summaryrefslogtreecommitdiff
path: root/src/kernel/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/malloc.c')
-rw-r--r--src/kernel/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/malloc.c b/src/kernel/malloc.c
index 2fe4792..eb0d01f 100644
--- a/src/kernel/malloc.c
+++ b/src/kernel/malloc.c
@@ -28,6 +28,7 @@ static const char *tagnames[] = {
"RootCache", /* TagRootCache */
"PageRefcount", /* TagPageRefcount */
"Intr", /* TagIntr */
+ "XattrName", /* TagXattrName */
};
static_assert(sizeof(tagnames) == sizeof(const char *) * TagLast);