An error occurred while fetching folder content.
Core/Linux: reorganize process reading loop
Hisham Muhammad authored
Move functions that read process data into LinuxProcess.c
and change flow from a monolithic `ProcessList_scan ->
ProcessList_goThroughEntries` into the following:

```
ProcessList_scan -> (Linux)ProcessList_goThroughEntries ->
ProcessList_scanProcess -> (Linux)Process_update
```

This will allow hooking plugins into the scanning
process.

Other platforms need to be similarly reworked.
66909bf5
Name Last commit Last update