On 01/23/15 at 04:10pm, Dave Tucker wrote: > > > On 23 Jan 2015, at 11:38, Thomas Graf wrote: > >I doubt that the Darwin implementation takes a struct ofproto ;-) > > Yeah I brute-forced a way around it that only generates some compile time > warnings :) > > >I think you have to rename the wait() function in ofproto-dpif.c to > >something unique instead. > > Sure. How does `ovs-wait` sound? > I'm assuming this will need renaming in *every* source file though unless we > can do some ifdef magic.
Since it's ofproto layer, maybe ofp_wait()? Lucky for you it's a static function in ofproto-dpif.c so all users must be in ofproto-dpif.c itself ;-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev