clib_socket: add sendmsg / recvmsg with ancillary data support
[vpp.git] / src / vpp / app / vppctl.c
index a8f3eab..980936f 100644 (file)
@@ -158,7 +158,7 @@ main (int argc, char *argv[])
   while (argc--)
     cmd = format (cmd, "%s%c", (argv++)[0], argc ? ' ' : 0);
 
-  s->flags = SOCKET_IS_CLIENT;
+  s->flags = CLIB_SOCKET_F_IS_CLIENT;
 
   error = clib_socket_init (s);
   if (error)