X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=1ac8c03f3c777d7f5c1b5afd8225e77e08824e2e;hp=d96739cae82a22c60d0ef96d560178b6b927251d;hb=b1128b2a9d269fefc786c60c26878b372d5e39c1;hpb=5f957c3aeebed4a07a0862cb5fbf595aa4436e81 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; };