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.


update headers
Jack Lange [Thu, 25 Aug 2011 23:11:12 +0000 (19:11 -0400)]
linux_module/util-hashtable.c

index ebf1d1c..669bbfb 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/errno.h>
 #include <linux/preempt.h>
 #include <linux/sched.h>
+#include <linux/slab.h>
  
 #include "util-hashtable.h"