diff options
Diffstat (limited to 'internal/flamegraph/worker.go')
| -rw-r--r-- | internal/flamegraph/worker.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index 7c8d848..d10e0bf 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -10,14 +10,14 @@ import ( type worker struct { collapsed collapsed - data iorData + id iorData done chan struct{} } func newWorker() worker { return worker{ collapsed: make(collapsed), // TODO: Retire - data: newIorData(), // TODO: Implement fully + id: newIorData(), // TODO: Implement fully } } |
