X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_queue.h;h=a4994f5a2f595b154f2e1f3b67f847be1d0002ac;hb=e136664c9a3b9346f3cabef154f4e164362a0d82;hp=4cc6b44e9434418751e51c3ab4490a74d0ee2efd;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/palacios/vmm_queue.h b/palacios/include/palacios/vmm_queue.h index 4cc6b44..a4994f5 100644 --- a/palacios/include/palacios/vmm_queue.h +++ b/palacios/include/palacios/vmm_queue.h @@ -35,17 +35,17 @@ 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; + uint_t num_entries; + struct list_head entries; - // We really need to implement this.... - // void * lock; + // We really need to implement this.... + // void * lock; };