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.


Modify Socket, Make V3_SOCK long
[palacios.git] / palacios / include / palacios / vmm_socket.h
index f73830e..eb87f71 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <palacios/vmm.h>
 
-#define V3_SOCK void *
+#define V3_SOCK long
 
 #ifdef __V3VEE__
 
@@ -254,5 +254,4 @@ struct v3_socket_hooks {
 
 extern void V3_Init_Sockets(struct v3_socket_hooks * hooks);
 
-
 #endif