classifier: Change classifier_rule_overlaps() to take a cls_rule *.
authorBen Pfaff <blp@nicira.com>
Tue, 19 Oct 2010 20:04:52 +0000 (13:04 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 16:53:51 +0000 (09:53 -0700)
commitfaa50f408b92163e21e19d69589728d5c0ebcb70
treece61bffb499e33552b1795bc4694d180a9f47456
parent76ecc721793b29c8bae44b10a065ec9ac07a9e4b
classifier: Change classifier_rule_overlaps() to take a cls_rule *.

There's no benefit to spelling out all of the components of a cls_rule
separately.  Just use cls_rule itself.
lib/classifier.c
lib/classifier.h
ofproto/ofproto.c