Remove TELEMETRY_MAX_CALLBACKS symbol from the public
rte_telemetry.h header file.
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
#ifndef _RTE_TELEMETRY_H_
#define _RTE_TELEMETRY_H_
-/** Maximum number of telemetry callbacks. */
-#define TELEMETRY_MAX_CALLBACKS 64
/** Maximum length for string used in object. */
#define RTE_TEL_MAX_STRING_LEN 64
/** Maximum length of string. */
#define MAX_OUTPUT_LEN (1024 * 16)
#define MAX_CONNECTIONS 10
+/** Maximum number of telemetry callbacks. */
+#define TELEMETRY_MAX_CALLBACKS 64
+
#ifndef RTE_EXEC_ENV_WINDOWS
static void *
client_handler(void *socket);