diff options
Diffstat (limited to 'docs/application/shared.md')
| -rw-r--r-- | docs/application/shared.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/application/shared.md b/docs/application/shared.md index 89ba292..0528645 100644 --- a/docs/application/shared.md +++ b/docs/application/shared.md @@ -6,10 +6,9 @@ ```c typedef struct _kpl_shared { - KPL_SLAB_HEADER(struct _kpl_shared); + bool mark; kpl_class data; kpl_mutex mutex; - bool mark; } kpl_shared; _Atomic uint32_t shared_threads_makred; |
