[ovs-dev] [seq 4/5] seq: New module for race-free, pollable, thread-safe sequence number.

Ben Pfaff blp at nicira.com
Thu Aug 8 06:28:29 UTC 2013


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.



More information about the dev mailing list