X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_socket.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_socket.h;h=5af1c69227df341e853e0e0dbccb15de59a9f623;hb=049dfcba7fba091a2e4a6f637fe4ce5508148d8a;hp=bfc71238a8f4d500adbd2f60f393dbbd52a2ae53;hpb=36fb65749158643467beb8ebc82276b2b29412d1;p=palacios.git diff --git a/palacios/include/palacios/vmm_socket.h b/palacios/include/palacios/vmm_socket.h index bfc7123..5af1c69 100644 --- a/palacios/include/palacios/vmm_socket.h +++ b/palacios/include/palacios/vmm_socket.h @@ -162,7 +162,7 @@ struct v3_timeval { struct v3_sock_entry { V3_SOCK sock; unsigned int is_set; - struct v3_sock_set * next; + struct v3_sock_entry * next; }; struct v3_sock_set {