| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | // utility header to include all the message wrappers at once |
| 4 | |
| 5 | #ifndef SCHEMA_WRAPPERS_H |
| 6 | #define SCHEMA_WRAPPERS_H |
| 7 | |
| 8 | #include "connection.h" |
| 9 | #include "node_connection.h" |
| 10 | #include "node_creation.h" |
| 11 | #include "alarm_config.h" |
| 12 | #include "alarm_stream.h" |
| 13 | #include "node_info.h" |
| 14 | #include "capability.h" |
| 15 | #include "context_stream.h" |
| 16 | #include "rrdcontext-context.h" |
| 17 | #include "agent_cmds.h" |
| 18 | |
| 19 | #endif /* SCHEMA_WRAPPERS_H */ |