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
+3 -1
View File
@@ -17,11 +17,13 @@
* @KNOT_MISC: Misc. reason
* @KNOT_UNBOUND_RSRC: Unbounded resource
* @KNOT_BAD_BOOT_PROTO: Bad boot protocol
* @KNOT_OOM: Fatal out of memory
*/
typedef enum {
KNOT_MISC,
KNOT_UNBOUND_RSRC,
KNOT_BAD_BOOT_PROTO
KNOT_BAD_BOOT_PROTO,
KNOT_OOM
} KNOT_REASON;
/*