diff options
Diffstat (limited to 'include/serd/world.h')
-rw-r--r-- | include/serd/world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/serd/world.h b/include/serd/world.h index fe381628..b4849fa2 100644 --- a/include/serd/world.h +++ b/include/serd/world.h @@ -25,6 +25,7 @@ typedef struct SerdWorldImpl SerdWorld; /// Resource limits to control allocation typedef struct { size_t reader_stack_size; + size_t writer_max_depth; } SerdLimits; /** |