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.


SVM Bug Fixes and Enhancements
[palacios.git] / palacios / include / palacios / vmm_multitree.h
index 1fab8a2..070ca69 100644 (file)
 #include <palacios/vmm_rbtree.h>
 
 
+#define V3_MTREE_NAME_LEN 50
 
 struct v3_mtree {
-    char name[50];
+    char name[V3_MTREE_NAME_LEN];
 
     union {
        uint8_t flags;