X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fclassifier.h;h=0dfb1e7f746e33f1d71d21de6c81d085c8a3ae57;hb=e47bd51a7b2ae66b00c19cc86f7dcb1eeb4ad105;hp=2e6d8b9b95bbe9cf7175be9779ebc4736d3ed500;hpb=43d1478b1690ecd0ef6b63890bc13438c1914e47;p=openvswitch diff --git a/lib/classifier.h b/lib/classifier.h index 2e6d8b9b..0dfb1e7f 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -44,7 +44,7 @@ struct classifier { /* A set of rules that all have the same fields wildcarded. */ struct cls_table { - struct hmap_node hmap_node; /* Within struct classifier 'wctables'. */ + struct hmap_node hmap_node; /* Within struct classifier 'tables' hmap. */ struct hmap rules; /* Contains "struct cls_rule"s. */ struct flow_wildcards wc; /* Wildcards for fields. */ int n_table_rules; /* Number of rules, including duplicates. */