master
h 11 lines 337 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_MCP_LOGGING_H
4 #define NETDATA_MCP_LOGGING_H
5
6 #include "mcp.h"
7
8 // Logging namespace method dispatcher (transport-agnostic)
9 MCP_RETURN_CODE mcp_logging_route(MCP_CLIENT *mcpc, const char *method, struct json_object *params, MCP_REQUEST_ID id);
10
11 #endif // NETDATA_MCP_LOGGING_H