Oops, forgot to commit the definition of the mtx_name() macro.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-02 21:12:17 +00:00
parent 0c1e1e1aa7
commit 93d3325f31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93696

View file

@ -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.
*/