summaryrefslogtreecommitdiff
path: root/docs/application/error.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-08 20:21:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-08 20:21:32 -0400
commit4b46d1e1b306a8573113aa971c5f8811256e2bd0 (patch)
treedc26bf8eb4185978063f91dc1c793bf79b06159e /docs/application/error.md
parent51c371db6ced53b8f9198890672961ef912a9aad (diff)
ring buffer pool allocators
Diffstat (limited to 'docs/application/error.md')
-rw-r--r--docs/application/error.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/application/error.md b/docs/application/error.md
index e6fae17..f0d844a 100644
--- a/docs/application/error.md
+++ b/docs/application/error.md
@@ -6,9 +6,8 @@
```c
typedef struct _kpl_error {
- KPL_SLAB_HEADER(struct _kpl_error);
+ int32_t line;
char *file, *function;
kpl_class class;
- int32_t line;
} kpl_error;
```