X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fvconn.h;h=e5d659ccb9710faa646c960453881ca4b82562b6;hb=a39a2431c12d25aab4d6ed560da3607611a74937;hp=22a1da835ec5e1956570537003bc104474312a7e;hpb=b67a54201f2723160c0180c33bdc9ff2c8b86e4e;p=openvswitch diff --git a/include/vconn.h b/include/vconn.h index 22a1da83..e5d659cc 100644 --- a/include/vconn.h +++ b/include/vconn.h @@ -50,6 +50,7 @@ struct vconn { struct vconn_class *class; int connect_status; uint32_t ip; + char *name; }; void vconn_usage(bool active, bool passive);