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.


Added implementation of VNET host hook functions
[palacios.git] / linux_module / palacios-vnet.h
index edc3687..010b99a 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * Palacios VNET Linux Bridge
+ * Palacios VNET Host Bridge
  * (c) Lei Xia, 2010
  */
 
 #ifndef __PALACIOS_VNET_BRIDGE_H__
 #define __PALACIOS_VNET_BRIDGE_H__
 
-#include <vnet/vnet.h>
-
 int  palacios_init_vnet(void);
 
 #endif