summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-29 21:09:21 +0000
committerjhb <jhb@FreeBSD.org>2000-11-29 21:09:21 +0000
commitdcf60473e2e0cb294b2c02896171753c9a553836 (patch)
tree193eee43132720b2397de7ef44c3535e475dfa6c /bin/ps/extern.h
parentb5bd88f4f5f17b408b2353820f51e8580ea3029c (diff)
downloadFreeBSD-src-dcf60473e2e0cb294b2c02896171753c9a553836.zip
FreeBSD-src-dcf60473e2e0cb294b2c02896171753c9a553836.tar.gz
Introduce a 'mtxname' keyword that displays the current mutex that a
process is blocked on or '-'.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index a14390d..d184eda 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -57,6 +57,7 @@ void logname __P((KINFO *, VARENT *));
void longtname __P((KINFO *, VARENT *));
void lstarted __P((KINFO *, VARENT *));
void maxrss __P((KINFO *, VARENT *));
+void mtxname __P((KINFO *, VARENT *));
void nlisterr __P((struct nlist *));
void p_rssize __P((KINFO *, VARENT *));
void pagein __P((KINFO *, VARENT *));
OpenPOWER on IntegriCloud