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.


Fix to direct nework bridge on how to get index of host ethernet device
[palacios.git] / linux_usr / v3_user_host_dev.h
index 523150f..b761773 100644 (file)
@@ -2,7 +2,7 @@
 #define _V3_USER_HOST_DEV_
 
 #include <stdint.h>
-#include "palacios-host-dev-user.h"
+#include "iface-host-dev.h"
 
 int v3_user_host_dev_rendezvous(char *vmdev, char *url); // returns devfd for use in poll/select
 int v3_user_host_dev_depart(int devfd);