]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/seq.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / seq.c
index a39c809fc39a61eca276d44295fa82dd5af1c9ae..6581cb06baa164123ffc15ba82842f14a6f9a327 100644 (file)
--- a/lib/seq.c
+++ b/lib/seq.c
@@ -38,8 +38,8 @@ struct seq {
 
 /* A thread waiting on a particular seq. */
 struct seq_waiter {
-    struct seq *seq OVS_GUARDED;            /* Seq being waited for. */
     struct hmap_node hmap_node OVS_GUARDED; /* In 'seq->waiters'. */
+    struct seq *seq OVS_GUARDED;            /* Seq being waited for. */
     unsigned int ovsthread_id OVS_GUARDED;  /* Key in 'waiters' hmap. */
 
     struct seq_thread *thread OVS_GUARDED;  /* Thread preparing to wait. */