X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=62f43f15ecf9d246efafd015be28c45851a62c8f;hb=5e16adcc49f8c77319004ada0276ccd301c67dd1;hp=9fe9c29fc3eebdaa4bc36a9d84a0bde21d09ce2f;hpb=ae06bda339f919423d0a2291759850dcee3f85da;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 9fe9c29..62f43f1 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -64,6 +64,10 @@ struct v3_guest { char name[128]; + + struct rb_root vm_ctrls; + struct list_head exts; + struct list_head files; struct list_head streams; struct list_head sockets;