Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / ovs-atomic-pthreads.h
index 61a9771..2f47a9c 100644 (file)
@@ -144,7 +144,7 @@ atomic_signal_fence(memory_order order OVS_UNUSED)
 
 typedef struct {
     bool b;
-    struct ovs_mutex mutex;
+    pthread_mutex_t mutex;
 } atomic_flag;
 #define ATOMIC_FLAG_INIT { false, PTHREAD_MUTEX_INITIALIZER }