STATS: Separate socket for fd exchange.
[vpp.git] / src / vpp / app / stat_client.h
index 87e5409..97bd3f9 100644 (file)
 #include <vlib/vlib.h>
 #include <vppinfra/socket.h>
 #include <svm/ssvm.h>
-#include <vlibapi/api.h>
-#include <vlibmemory/api.h>
-#include <vlibmemory/socket_api.h>
-#include <vlibmemory/socket_client.h>
 #include <vpp/stats/stats.h>
 
 typedef struct
@@ -50,9 +46,6 @@ typedef struct
   /* mapped stats segment object */
   ssvm_private_t stat_segment;
 
-  /* Socket client object */
-  socket_client_main_t *socket_client_main;
-
   /* Spinlock for the stats segment */
   clib_spinlock_t *stat_segment_lockp;