summaryrefslogtreecommitdiffstats
path: root/netbsd/NetBSDProcessList.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-08-31 11:56:43 +1000
committerNathan Scott <nathans@redhat.com>2023-08-31 14:13:16 +1000
commitb74673fe37fd379fc350789e696470556776d815 (patch)
treecbe4f036962c439f9c07a9c96302f5908f6410b0 /netbsd/NetBSDProcessList.h
parent214166a049c2a6ac454dbb37b85b04c039a6a17a (diff)
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.
Diffstat (limited to 'netbsd/NetBSDProcessList.h')
-rw-r--r--netbsd/NetBSDProcessList.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/netbsd/NetBSDProcessList.h b/netbsd/NetBSDProcessList.h
deleted file mode 100644
index 362d84fc..00000000
--- a/netbsd/NetBSDProcessList.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef HEADER_NetBSDProcessList
-#define HEADER_NetBSDProcessList
-/*
-htop - NetBSDProcessList.h
-(C) 2014 Hisham H. Muhammad
-(C) 2015 Michael McConville
-(C) 2021 Santhosh Raju
-(C) 2021 htop dev team
-Released under the GNU GPLv2+, see the COPYING file
-in the source distribution for its full text.
-*/
-
-#include <stdbool.h>
-#include <sys/types.h>
-
-#include "Hashtable.h"
-#include "ProcessList.h"
-
-
-typedef struct NetBSDProcessList_ {
- ProcessList super;
-} NetBSDProcessList;
-
-#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy