Python API: Add support for shared memory prefix
[vpp.git] / vpp-api / python / pneum / test_pneum.c
index b313195..20c29a7 100644 (file)
@@ -76,7 +76,7 @@ int main (int argc, char ** argv)
   vl_api_show_version_t message;
   vl_api_show_version_t *mp;
   int async = 1;
-  int rv = pneum_connect("pneum_client");
+  int rv = pneum_connect("pneum_client", NULL);
 
   if (rv != 0) {
     printf("Connect failed: %d\n", rv);