diff options
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_slab.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_slab.h b/src/gallium/auxiliary/pipebuffer/pb_slab.h index e779d95e08a..78a4bf7c47c 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_slab.h +++ b/src/gallium/auxiliary/pipebuffer/pb_slab.h @@ -110,7 +110,7 @@ typedef bool (slab_can_reclaim_fn)(void *priv, struct pb_slab_entry *); */ struct pb_slabs { - pipe_mutex mutex; + mtx_t mutex; unsigned min_order; unsigned num_orders; |