diff options
Diffstat (limited to 'src/vlib/unix/mc_socket.h')
-rw-r--r-- | src/vlib/unix/mc_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/unix/mc_socket.h b/src/vlib/unix/mc_socket.h index 273c9ad430b..3686c824a2d 100644 --- a/src/vlib/unix/mc_socket.h +++ b/src/vlib/unix/mc_socket.h @@ -31,7 +31,7 @@ typedef struct typedef struct { int socket; - u32 unix_file_index; + u32 clib_file_index; u8 *input_vector; u8 *output_vector; |