Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


stupid error fix
Jack Lange [Tue, 25 Nov 2008 00:41:19 +0000 (18:41 -0600)]
palacios/include/palacios/vmm_socket.h

index bfc7123..5af1c69 100644 (file)
@@ -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 {