summaryrefslogtreecommitdiff
path: root/src/rhctl/conf.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-18 22:17:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-18 22:17:10 (GMT)
commitb9975f025a7dd3ba4fcfde03be9176618ef9aa5b (patch)
treed08171f8769dfef530e5a07ba5ee06f2a2127dca /src/rhctl/conf.go
parent3e407753f61cba0431312511998f31972caaa744 (diff)
improved audio switch port config
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"`
}
}