X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_queue.h;h=e88329f563ad83ce8de6df733f98e2afda123e3a;hp=a4994f5a2f595b154f2e1f3b67f847be1d0002ac;hb=68521eca0f94f8c22aa60e762c83e24beec7233c;hpb=abccb1c104baffd2bfd901cf8b3ed48b44615dd4 diff --git a/palacios/include/palacios/vmm_queue.h b/palacios/include/palacios/vmm_queue.h index a4994f5..e88329f 100644 --- a/palacios/include/palacios/vmm_queue.h +++ b/palacios/include/palacios/vmm_queue.h @@ -25,7 +25,7 @@ #include #include - +#include /* IMPORTANT: @@ -43,9 +43,7 @@ struct queue_entry { struct gen_queue { uint_t num_entries; struct list_head entries; - - // We really need to implement this.... - // void * lock; + v3_lock_t lock; };