From 55cb2411c1ddfe268c5d48f486f4da02470ab3d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 May 2021 15:20:23 -0400 Subject: Use a simple type-safe stack in writer --- include/serd/world.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/serd/world.h') 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; /** -- cgit v1.2.1