stos: knot: Add KNOT_OOM reason

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 06:46:41 +00:00
parent 5c522ffc7f
commit bc4b69b6bf
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
static const CHAR *ReasonTable[] = {
[KNOT_MISC] = "unspecified reason",
[KNOT_UNBOUND_RSRC] = "unbounded resource",
[KNOT_BAD_BOOT_PROTO] = "bad boot protocol"
[KNOT_BAD_BOOT_PROTO] = "bad boot protocol",
[KNOT_OOM] = "out of memory"
};
/* Globals */