From 6578f2cf5b97a72562b56e7d9ad5d49dee9953b0 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Sun, 5 Dec 2010 05:22:29 +0100 Subject: pstree: new applet. +1664 bytes text data bss dec hex filename 883379 936 17192 901507 dc183 busybox_old 885043 936 17192 903171 dc803 busybox_unstripped Signed-off-by: Lauri Kasanen Signed-off-by: Denys Vlasenko --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 7c1db3f..d3ad6e2 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1426,6 +1426,7 @@ typedef struct procps_status_t { char *argv0; char *exe; IF_SELINUX(char *context;) + IF_FEATURE_SHOW_THREADS(unsigned main_thread_pid;) /* Everything below must contain no ptrs to malloc'ed data: * it is memset(0) for each process in procps_scan() */ unsigned long vsz, rss; /* we round it to kbytes */ -- cgit v1.1