summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-06 21:18:37 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-06 21:18:37 +0000
commitbecd81c4a9315cc0cfd6078a89434a5ed7091e28 (patch)
tree018038cc3130503a09bafc00e2621fa02cc01d10 /bin/ps/extern.h
parentb00060629b3ce16fbaae1856247191506fb052e0 (diff)
downloadFreeBSD-src-becd81c4a9315cc0cfd6078a89434a5ed7091e28.zip
FreeBSD-src-becd81c4a9315cc0cfd6078a89434a5ed7091e28.tar.gz
Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed
run time (NOT cpu time). cputime() and elapsed() both need to honour SUSv3 now.
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 beb5d62..927343c 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -49,6 +49,7 @@ void arguments(KINFO *, VARENT *);
void command(KINFO *, VARENT *);
void cputime(KINFO *, VARENT *);
int donlist(void);
+void elapsed(KINFO *, VARENT *);
const char *fmt_argv(char **, char *, size_t);
double getpcpu(const KINFO *);
void kvar(KINFO *, VARENT *);
OpenPOWER on IntegriCloud