On Tue, Nov 19, 2013 at 11:17:37AM -0800, Romain Lenglet wrote: > Guard any access to an IPFIX row referenced from > Flow_Sample_Collector_Set by a test that the reference is not NULL. > Factorized that check into macro __VALID_FSCS. > > Signed-off-by: Romain Lenglet <[email protected]>
The macros in this series are not nice. Can we write functions instead of macros? Please don't use a __ prefix, such identifiers are reserved in C. Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
