On Wed, Aug 07, 2013 at 05:56:40PM -0700, Ethan Jackson wrote: > I haven't read this code carefully yet, but in this patch you put the > OVS_EXCLUDED after the function return type instead of after the > parameters. Does that work? I had done it the other way.
GCC function attributes (and Clang attributes since the syntax is compatible) can go in either place. Since you prefer them after the parameters I moved them. I'll try to remember to put them there from now on. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev