On Thu, Jan 21, 2016 at 1:59 PM, Jesse Gross <[email protected]> wrote: > On Thu, Jan 21, 2016 at 1:45 PM, pravin shelar <[email protected]> wrote: >> On Thu, Jan 21, 2016 at 12:56 PM, Jesse Gross <[email protected]> wrote: >>> On Sun, Jan 10, 2016 at 11:18 PM, Pravin B Shelar <[email protected]> >>> wrote: >>>> new file mode 100644 >>>> index 0000000..755b6c1 >>>> --- /dev/null >>>> +++ b/lib/netdev-vport-private.h >>> [...] >>>> +struct vport_class { >>>> + const char *dpif_port; >>>> + struct netdev_class netdev_class; >>>> +}; >>> >>> Is this used anywhere outside of netdev-vport.c? >>> >> >> netdev_vport_cast() depends on its definition, so I had to move it to >> the header. > > Maybe I'm missing something but isn't it depending on struct > netdev_class instead? >
right, it depends on netted_class. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
