telemetry: hide internal define
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>
This commit is contained in:
parent
6cda39af86
commit
dbab511874
@ -10,8 +10,6 @@
|
||||
#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. */
|
||||
|
@ -27,6 +27,9 @@
|
||||
#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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user