proc: show kernel threads by default...

Not showing them puts doubt...it also means having to explain to
a user somewhere how to turn it on...OpenBSD doesnt have this..
Linux does, FreeBSD does...macOS probably does but you'd need to
buy a permit and then sign it in blood...
This commit is contained in:
Alastair Poole 2020-09-10 00:49:32 +01:00
parent a17120bccb
commit 26169009d5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include "macros.h"
static Eina_Bool _show_kthreads = EINA_FALSE;
static Eina_Bool _show_kthreads = EINA_TRUE;
void
proc_info_kthreads_show_set(Eina_Bool enabled)