diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-25 23:11:56 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-25 23:11:56 +0100 |
| commit | 7f0ba3e7f6332602974b65f0a0341f7fd14f0cd7 (patch) | |
| tree | 37f237070025fe5e07361dc563a1f57a0000e1c4 | |
| parent | d5813fb189c3d9750d61bb1a5f2aa99fcd804ac6 (diff) | |
add todo
| -rw-r--r-- | gstat/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gstat/main.go b/gstat/main.go index ab345c1..98d89fb 100644 --- a/gstat/main.go +++ b/gstat/main.go @@ -58,6 +58,7 @@ func receiveP(pRxChan <-chan process.Process) { lastP := make(processMap) flag := false + // TODO: Cleanup lastP for stale PIDs for p := range pRxChan { if p.Last { if flag { |
