eventdev/eth_rx: fix telemetry Rx stats reset
[dpdk.git] / examples / vm_power_manager / channel_manager.h
index a2a2f2b..7038e9d 100644 (file)
@@ -10,8 +10,7 @@ extern "C" {
 #endif
 
 #include <linux/limits.h>
-#include <sys/un.h>
-#include <rte_atomic.h>
+#include <linux/un.h>
 #include <stdbool.h>
 
 /* Maximum name length including '\0' terminator */
@@ -26,11 +25,6 @@ extern "C" {
 /* FIFO file name template */
 #define CHANNEL_MGR_FIFO_PATTERN_NAME   "fifo"
 
-#ifndef UNIX_PATH_MAX
-struct sockaddr_un _sockaddr_un;
-#define UNIX_PATH_MAX sizeof(_sockaddr_un.sun_path)
-#endif
-
 #define MAX_CLIENTS 64
 #define MAX_VCPUS 20