X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fclassifier.h;h=126d1498acd918622185bc39d7f48ed413cd4a26;hb=c6278d208924bb04c41266ddca276712f95533bc;hp=f6cc93b9c7bc5ba8837d48b268c3a401219fcf37;hpb=834377ea559d665520910968358c522f30d3eb93;p=openvswitch diff --git a/lib/classifier.h b/lib/classifier.h index f6cc93b9..126d1498 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -125,6 +125,7 @@ void cls_rule_from_flow(struct cls_rule *, const flow_t *, uint32_t wildcards, unsigned int priority); void cls_rule_from_match(struct cls_rule *, const struct ofp_match *, unsigned int priority); +char *cls_rule_to_string(const struct cls_rule *); void cls_rule_print(const struct cls_rule *); void cls_rule_moved(struct classifier *, struct cls_rule *old, struct cls_rule *new);