]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/xen/xen-mapcache.c
qemu/queue.h: leave head structs anonymous unless necessary
[mirror_qemu.git] / hw / i386 / xen / xen-mapcache.c
index 4e4f069a24b4e0af426480ce7b33e43a3e329aee..02e823c5a2dadc7923d970208b356c0359c368b6 100644 (file)
@@ -71,7 +71,7 @@ typedef struct MapCacheRev {
 typedef struct MapCache {
     MapCacheEntry *entry;
     unsigned long nr_buckets;
-    QTAILQ_HEAD(map_cache_head, MapCacheRev) locked_entries;
+    QTAILQ_HEAD(, MapCacheRev) locked_entries;
 
     /* For most cases (>99.9%), the page address is the same. */
     MapCacheEntry *last_entry;