extended timespan compression

This commit is contained in:
Radu Ioan Fericean
2016-01-09 18:07:36 +02:00
parent c55734afd3
commit dc5da8663c
7 changed files with 212 additions and 77 deletions

View File

@@ -301,6 +301,9 @@ func (i *RateInterval) String_DISABLED() string {
}
func (i *RateInterval) Equal(o *RateInterval) bool {
if i == nil && o == nil {
return true
}
if i.Timing == nil && o.Timing == nil {
return true
}