aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 01:40:47 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 16:33:16 +0100
commit26e08d45599deb4ade79e0ca45a97196f2bd7da9 (patch)
treefbf1851b1d3e2dbc77e2d6b76dba7bf940ca6a5c /main.go
parentb90bf44d37438096ca0928e08faa8799a8743023 (diff)
Used new xds agent v1.0.0-rc1 and lib xaapiv1.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e7f14d6..dfe2a14 100644
--- a/main.go
+++ b/main.go
@@ -360,7 +360,7 @@ endloop:
sc := bufio.NewScanner(reader)
for sc.Scan() {
data := sc.Text()
- iosk.Emit(apiv1.ExecInferiorInEvent, data+"\n")
+ iosk.Emit(xaapiv1.ExecInferiorInEvent, data+"\n")
log.Debugf("Inferior IN: <%v>", data)
}
if sc.Err() != nil {