X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Ftable.h;h=c47e1e60c803814cfe7dd70e47b43024d6f9a6d1;hb=176265ed070cb38314857d0e7c08269d73967e10;hp=26fd466ca09f5f4c7dbe06bcaf273ffd9ebe2806;hpb=b5e9402df53a1f0cd745bf8b91c246e1c5e4b11d;p=openvswitch diff --git a/datapath/table.h b/datapath/table.h index 26fd466c..c47e1e60 100644 --- a/datapath/table.h +++ b/datapath/table.h @@ -12,7 +12,9 @@ struct datapath; /* Table statistics. */ struct sw_table_stats { - const char *name; /* Human-readable name. */ + const char *name; /* Human-readable name. */ + uint32_t wildcards; /* Bitmap of OFPFW_* wildcards that are + supported by the table. */ unsigned int n_flows; /* Number of active flows. */ unsigned int max_flows; /* Flow capacity. */ unsigned long int n_matched; /* Number of packets that have hit. */