From 2e8b5657968fc29307f16d38c43e122805a16544 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 30 Oct 2020 11:47:17 +0100 Subject: [PATCH] Update check-roots.py to match code --- tools/check-roots.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/check-roots.py b/tools/check-roots.py index 4c486b00eb..b88c5e6069 100644 --- a/tools/check-roots.py +++ b/tools/check-roots.py @@ -50,6 +50,7 @@ 'struct MVMP6str *', 'struct MVMReentrantMutex *', 'struct MVMSemaphore *', +'struct MVMSerializationContext *', 'struct MVMSpeshLog *', 'struct MVMSpeshPluginState *', 'struct MVMStaticFrame *', @@ -556,8 +557,9 @@ 'read_array_var', 'read_bytes', 'read_hash_str_var', +'read_param_intern', 'read_setup', -'resolve_param_interns', +'collect_param_interns', 'run_handler', 'send_log', 'setup',