X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fvm.h;h=f8df6c706191e118112c4b7f7ff6d469496f88e8;hb=b1128b2a9d269fefc786c60c26878b372d5e39c1;hp=3423d34c556e8023389a46c18ce9ef6d74c0f755;hpb=276cfa264720edddc1677e35c6a300596965de7d;p=palacios.git diff --git a/linux_module/vm.h b/linux_module/vm.h index 3423d34..f8df6c7 100644 --- a/linux_module/vm.h +++ b/linux_module/vm.h @@ -8,7 +8,7 @@ #include "palacios.h" -int start_palacios_vm(void * arg); +int start_palacios_vm(struct v3_guest * guest); int stop_palacios_vm(struct v3_guest * guest);