misc: fix coverity warnings
[vpp.git] / src / vlib / unix / mc_socket.h
index 273c9ad..3686c82 100644 (file)
@@ -31,7 +31,7 @@ typedef struct
 typedef struct
 {
   int socket;
-  u32 unix_file_index;
+  u32 clib_file_index;
 
   u8 *input_vector;
   u8 *output_vector;