stos: knot: Add KNOT_OOM reason
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
+2
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user