classifier: Change classifier_find_rule_exactly() to take a cls_rule *.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Oct 2010 20:25:36 +0000 (13:25 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 16:53:51 +0000 (09:53 -0700)
commit76ecc721793b29c8bae44b10a065ec9ac07a9e4b
tree9dfa70b869f533adf2f4e9f50763abee59bec7ae
parent48c3de13bee26106d8e708600904f2b20bd08818
classifier: Change classifier_find_rule_exactly() 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