Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / tests / utils / xml-utils / validate_xml.cpp
index f75c8e47b063a1a46de2e38a30087467a0ebf25f..887f7af524c146a2f1f6d8b5ecd2ee018cc981c3 100644 (file)
 #include <lttng/lttng-error.h>
 #include <common/macros.hpp>
 
+namespace {
 struct validation_ctx {
        xmlSchemaParserCtxtPtr parser_ctx;
        xmlSchemaPtr schema;
        xmlSchemaValidCtxtPtr schema_validation_ctx;
 };
+} /* namespace */
 
 enum command_err_code {
        CMD_SUCCESS = 0,
This page took 0.022802 seconds and 4 git commands to generate.