From 3da2b73ec5ce77abf796ebeae6dfc149c8d3c698 Mon Sep 17 00:00:00 2001 From: Vladimir Lavor Date: Wed, 2 May 2018 09:47:44 +0200 Subject: support for shm prefixes Change-Id: I279653deb9911862d29143269aea5dffbd564478 Signed-off-by: Vladimir Lavor --- examples/cmd/simple-client/simple_client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cmd/simple-client/simple_client.go') diff --git a/examples/cmd/simple-client/simple_client.go b/examples/cmd/simple-client/simple_client.go index 8f10360..67dc14b 100644 --- a/examples/cmd/simple-client/simple_client.go +++ b/examples/cmd/simple-client/simple_client.go @@ -35,7 +35,7 @@ func main() { fmt.Println("Starting simple VPP client...") // connect to VPP - conn, err := govpp.Connect() + conn, err := govpp.Connect("") if err != nil { fmt.Println("Error:", err) os.Exit(1) @@ -218,4 +218,4 @@ func interfaceNotifications(ch *api.Channel) { // unsubscribe from delivery of the notifications ch.UnsubscribeNotification(subs) -} +} \ No newline at end of file -- cgit 1.2.3-korg