summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-13 07:35:07 +0000
committerharti <harti@FreeBSD.org>2003-08-13 07:35:07 +0000
commita45a05930d2b1f9bcc8f3fc5ae4028249691198e (patch)
tree50b15bec1993a515aeafe2b43ad02820a92668ca /bin/ps/extern.h
parentb3803c0021191a72670403627446abb1eba1ccf9 (diff)
downloadFreeBSD-src-a45a05930d2b1f9bcc8f3fc5ae4028249691198e.zip
FreeBSD-src-a45a05930d2b1f9bcc8f3fc5ae4028249691198e.tar.gz
Implement the nwchan keyword that has been in the man page, but was
not implemented. This is just handy if you want to ddb the address some process is waiting on.
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 54747a2..2ce5e45 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -63,6 +63,7 @@ void lstarted(KINFO *, VARENT *);
void maxrss(KINFO *, VARENT *);
void lockname(KINFO *, VARENT *);
void mwchan(KINFO *, VARENT *);
+void nwchan(KINFO *, VARENT *);
void pagein(KINFO *, VARENT *);
void parsefmt(const char *, int);
void pcpu(KINFO *, VARENT *);
OpenPOWER on IntegriCloud