commit | 135719f37788b32e625557ff414c881613762805 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 25 12:18:17 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 25 12:18:17 2022 +0200 |
tree | f931c28f219989bdc2e15a5e85b37f6526d08b85 | |
parent | 8dc1e10983e84b45741965c039b08901ab9e29a9 [diff] [blame] |
plugins exts UPDATE ext callback for data node validation Fixes #1908
diff --git a/src/plugins_exts/metadata.c b/src/plugins_exts/metadata.c index eebb434..8326f6b 100644 --- a/src/plugins_exts/metadata.c +++ b/src/plugins_exts/metadata.c
@@ -163,6 +163,7 @@ .plugin.compile = &annotation_compile, .plugin.sprinter = &annotation_schema_printer, .plugin.free = annotation_free, + .plugin.node = NULL, .plugin.snode = NULL, .plugin.validate = NULL },