summaryrefslogtreecommitdiff
path: root/proclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'proclist.c')
-rw-r--r--proclist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proclist.c b/proclist.c
index 75b61a2e..94a7a04d 100644
--- a/proclist.c
+++ b/proclist.c
@@ -74,6 +74,7 @@ proclist_make_node (process_t process)
.lookup = proclist_lookup,
.cleanup_contents = procfs_cleanup_contents_with_free,
.cleanup = free,
+ .enable_refresh_hack_and_break_readdir = 1,
};
struct proclist_node *pl;