diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-16 23:19:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-16 23:19:15 +0300 |
| commit | cd289eb0d978297b1e331da202eee09ca4c1290c (patch) | |
| tree | 893466694b6cd7430bb00e353a8c8db55b42b07c /internal/event/pair.go | |
| parent | ed7668ec893e21b4cf071c98dd5a292105aeec34 (diff) | |
add Equals
Diffstat (limited to 'internal/event/pair.go')
| -rw-r--r-- | internal/event/pair.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/event/pair.go b/internal/event/pair.go index 13ad7e0..0900b27 100644 --- a/internal/event/pair.go +++ b/internal/event/pair.go @@ -15,6 +15,7 @@ type Pair struct { Comm string Duration uint64 DurationToPrev uint64 + Equals bool } func NewPair(enterEv Event) *Pair { |
