From: Pavel Tikhomirov Date: Wed, 18 Nov 2020 10:45:50 +0000 (+0300) Subject: pstree: add time namespace X-Git-Tag: v23.4rc1~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d29380d249a64ca7b995de77f450ac37646ff4;p=psmisc pstree: add time namespace Signed-off-by: Pavel Tikhomirov --- diff --git a/src/pstree.c b/src/pstree.c index 2edb8c6..4ac05ad 100644 --- a/src/pstree.c +++ b/src/pstree.c @@ -88,6 +88,7 @@ enum ns_type { PIDNS, USERNS, UTSNS, + TIMENS, NUM_NS }; @@ -105,6 +106,7 @@ static const char *ns_names[] = { [PIDNS] = "pid", [USERNS] = "user", [UTSNS] = "uts", + [TIMENS] = "time", }; typedef struct _proc {