summaryrefslogtreecommitdiff
path: root/internal/event/pair.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/event/pair.go')
-rw-r--r--internal/event/pair.go1
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 {