X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=1ac8c03f3c777d7f5c1b5afd8225e77e08824e2e;hb=b1128b2a9d269fefc786c60c26878b372d5e39c1;hp=d96739cae82a22c60d0ef96d560178b6b927251d;hpb=793f9cd53a472668dbeb16341085e5512484485c;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index d96739c..1ac8c03 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -78,9 +78,6 @@ struct v3_guest { struct rb_root vm_ctrls; struct list_head exts; - struct completion start_done; - struct completion thread_done; - dev_t vm_dev; struct cdev cdev; };