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=4cc6b44e9434418751e51c3ab4490a74d0ee2efd;hb=68521eca0f94f8c22aa60e762c83e24beec7233c;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72 diff --git a/palacios/include/palacios/vmm_queue.h b/palacios/include/palacios/vmm_queue.h index 4cc6b44..e88329f 100644 --- a/palacios/include/palacios/vmm_queue.h +++ b/palacios/include/palacios/vmm_queue.h @@ -25,7 +25,7 @@ #include #include - +#include /* IMPORTANT: @@ -35,17 +35,15 @@ struct queue_entry { - addr_t entry; - struct list_head entry_list; + addr_t entry; + struct list_head entry_list; }; struct gen_queue { - uint_t num_entries; - struct list_head entries; - - // We really need to implement this.... - // void * lock; + uint_t num_entries; + struct list_head entries; + v3_lock_t lock; };