flow: Rename flow_compare() to flow_compare_3way().
authorBen Pfaff <blp@nicira.com>
Tue, 25 Oct 2011 23:33:38 +0000 (16:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Nov 2011 18:11:53 +0000 (10:11 -0800)
commit79049a242a64f9e8e26f575c431ff0456b6424d8
treef0e953e27cca69a5b68a3852326f25ce0db4b9d7
parent9ba15e2a491ccb0f2c1e9f0660d041135a3afc7d
flow: Rename flow_compare() to flow_compare_3way().

I like the _3way suffix convention.  It makes the interpretation of the
return value clear.  We use it elsewhere in the tree, so use it here too.

There weren't any users of flow_compare() outside of flow.h, but there soon
will be.
lib/flow.h