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.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rhctl/conf.go b/src/rhctl/conf.go
index b6f21ca..77ab174 100644
--- a/src/rhctl/conf.go
+++ b/src/rhctl/conf.go
@@ -36,8 +36,9 @@ type Config struct {
Timeout Duration `toml:"timeout"`
Unit SwitchUnitID `toml:"unit"`
Ports []struct {
- Name string `toml:"name"`
- Number uint `toml:"number"`
+ Server string `toml:"server"`
+ Channel string `toml:"channel"`
+ Number SwitchInputNum `toml:"number"`
}
}