| commit | b74673fe37fd379fc350789e696470556776d815 | [log] [tgz] |
|---|---|---|
| author | Nathan Scott <nathans@redhat.com> | Thu Aug 31 11:56:43 2023 +1000 |
| committer | Nathan Scott <nathans@redhat.com> | Thu Aug 31 14:13:16 2023 +1000 |
| tree | cbe4f036962c439f9c07a9c96302f5908f6410b0 | |
| parent | 214166a049c2a6ac454dbb37b85b04c039a6a17a [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.