diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
| commit | 3a9cf2508dc7341a6d8ff4b8174064600d704994 (patch) | |
| tree | 63c3196cec86824f237ac82d92aa43c56010e607 /docs/application/buffer.md | |
| parent | 900445604bc38ef43d89f0c11f0cc61ce3cb0bce (diff) | |
update memory objs
Diffstat (limited to 'docs/application/buffer.md')
| -rw-r--r-- | docs/application/buffer.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/application/buffer.md b/docs/application/buffer.md index 4580fec..881fb27 100644 --- a/docs/application/buffer.md +++ b/docs/application/buffer.md @@ -6,8 +6,8 @@ ```c typedef struct _kpl_buffer { - KPL_POOL_HEADER(_kpl_buffer); - uint32_t byte_length; + KPL_POOL_HEADER(struct _kpl_buffer); + uint64_t byte_length; kpl_interface *interface; uint8_t bytes[]; } kpl_buffer; |
