Rename ProcessList to ProcessTable throughout
Following up with some discusson from a few months back,
where it was proposed that ProcessTable is a better name.
This data structure is definitely not a list ... if it
was one-dimensional it'd be a set, but in practice it has
much more in common with a two-dimensional table.
The Process table is a familiar operating system concept
for many people too so it resonates a little in that way
as well.
diff --git a/linux/ZramStats.h b/linux/ZramStats.h
index 1c1625a..f71a6c2 100644
--- a/linux/ZramStats.h
+++ b/linux/ZramStats.h
@@ -7,7 +7,7 @@
in the source distribution for its full text.
*/
-#include "ProcessList.h"
+#include "ProcessTable.h"
typedef struct ZramStats_ {
memory_t totalZram;