Rename Target Frequency -> Interval.

This commit is contained in:
Julius Volz 2013-01-04 13:03:32 +01:00
parent 64dcf046b5
commit 45a3e0a182

View file

@ -30,8 +30,8 @@ type Target struct {
unreachableCount int unreachableCount int
state TargetState state TargetState
Address string Address string
Frequency time.Duration Interval time.Duration
} }
// KEPT FOR LEGACY COMPATIBILITY; PENDING REFACTOR // KEPT FOR LEGACY COMPATIBILITY; PENDING REFACTOR