DPDK  19.05.0
rte_telemetry.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Intel Corporation
3  */
4 
5 #include <stdint.h>
6 
7 #ifndef _RTE_TELEMETRY_H_
8 #define _RTE_TELEMETRY_H_
9 
34 int32_t __rte_experimental
35 rte_telemetry_init(void);
36 
48 int32_t __rte_experimental
50 
63 int32_t __rte_experimental
65 
66 #endif