Oops, forgot to commit the definition of the mtx_name() macro.
This commit is contained in:
parent
0c1e1e1aa7
commit
93d3325f31
@ -277,6 +277,8 @@ extern int mtx_pool_valid;
|
||||
|
||||
#define mtx_recursed(m) ((m)->mtx_recurse != 0)
|
||||
|
||||
#define mtx_name(m) ((m)->mtx_object.lo_name)
|
||||
|
||||
/*
|
||||
* Global locks.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user