summaryrefslogtreecommitdiff
path: root/src/rhctl/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhctl/conf.go')
-rw-r--r--src/rhctl/conf.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rhctl/conf.go b/src/rhctl/conf.go
index 2dfb9ec..47a51b8 100644
--- a/src/rhctl/conf.go
+++ b/src/rhctl/conf.go
@@ -34,6 +34,10 @@ type Config struct {
Device string `toml:"dev"`
Baudrate Baudrate `toml:"baud"`
Timeout Duration `toml:"timeout"`
+ Ports []struct {
+ Name string `toml:"name"`
+ Number uint `toml:"number"`
+ }
}
Servers map[string]struct {