From: Jack Lange Date: Tue, 25 Nov 2008 00:41:19 +0000 (-0600) Subject: stupid error fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=049dfcba7fba091a2e4a6f637fe4ce5508148d8a stupid error fix --- 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 {