aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index 8a11d58..c8b5686 100644
--- a/config.go
+++ b/config.go
@@ -3,12 +3,14 @@ package main
import (
"encoding/json"
"os"
+ "time"
)
type config struct {
User string
Passwd string
Link string
+ Interval time.Duration
PrefixLen int
Records4 []int
Records6 []int