aboutsummaryrefslogtreecommitdiffstats
path: root/core/connection.go
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2019-01-31 07:28:52 +0000
committerGerrit Code Review <gerrit@fd.io>2019-01-31 07:28:52 +0000
commiteb571ee5c0cf5a5194d6ae9aaa0be6e24ea2a943 (patch)
tree2743ea4285fe8dd9ffbc243b76441e8ca695c0e2 /core/connection.go
parentf1f9fe44d54eec75f6484d0b91769204b6812fb5 (diff)
parent6476a2b64a2e1ea6c0d695127d726a348cc5c99b (diff)
Merge "Generator improvements"
Diffstat (limited to 'core/connection.go')
-rw-r--r--core/connection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/connection.go b/core/connection.go
index 042a2af..08f08f5 100644
--- a/core/connection.go
+++ b/core/connection.go
@@ -248,7 +248,7 @@ func (c *Connection) retrieveMessageIDs() (err error) {
c.msgMap[msgID] = msg
}
- msgs := api.GetAllMessages()
+ msgs := api.GetRegisteredMessages()
for name, msg := range msgs {
msgID, err := c.vppClient.GetMsgID(msg.GetMessageName(), msg.GetCrcString())