summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-01-18 18:24:40 +0000
committerjhb <jhb@FreeBSD.org>2013-01-18 18:24:40 +0000
commita757b0e056a396f4f674631a6e5eea6d29ed1087 (patch)
treeaed2f3561e63278779cb00bbb800054d69c48e07 /bin/ps/extern.h
parentb42e95f726ab4d12ba08b44e67e915c118e6597b (diff)
downloadFreeBSD-src-a757b0e056a396f4f674631a6e5eea6d29ed1087.zip
FreeBSD-src-a757b0e056a396f4f674631a6e5eea6d29ed1087.tar.gz
Include the thread name along with the command name when displaying the
command name of a thread from a multi-threaded process that doesn't have an available argument list (such as kernel processes) and threads display is enabled via -H. Reviewed by: alfred, delphij, eric@vangyzen.net MFC after: 1 week
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 930b85b..eb9b2cf 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -51,7 +51,7 @@ char *elapsed(KINFO *, VARENT *);
char *elapseds(KINFO *, VARENT *);
char *emulname(KINFO *, VARENT *);
VARENT *find_varentry(VAR *);
-const char *fmt_argv(char **, char *, size_t);
+const char *fmt_argv(char **, char *, char *, size_t);
double getpcpu(const KINFO *);
char *kvar(KINFO *, VARENT *);
char *label(KINFO *, VARENT *);
OpenPOWER on IntegriCloud