aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-29 15:20:23 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit55cb2411c1ddfe268c5d48f486f4da02470ab3d1 (patch)
treeedf6bc3e7db57a88c2b0acc4c3f3e87c1b47530d /include
parent930f28478ca2573b7f7baf29a57a03cfa95a841f (diff)
downloadserd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.tar.gz
serd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.tar.bz2
serd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.zip
Use a simple type-safe stack in writer
Diffstat (limited to 'include')
-rw-r--r--include/serd/world.h1
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;
/**