support for shm prefixes
[govpp.git] / examples / cmd / simple-client / simple_client.go
index 8f10360..67dc14b 100644 (file)
@@ -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