X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-1.3.h;h=1071d3dbe6f8bed96f8b1720bd367aa60432713a;hb=b0fb94a346e52f36aeef238dd5f9bef9a10c14ef;hp=231bba980aa4921242b42eb66ca5ef99bf5935d2;hpb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;p=sliver-openvswitch.git diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h index 231bba980..1071d3dbe 100644 --- a/include/openflow/openflow-1.3.h +++ b/include/openflow/openflow-1.3.h @@ -402,7 +402,7 @@ struct ofp13_meter_stats { ovs_be32 duration_sec; /* Time meter has been alive in seconds. */ ovs_be32 duration_nsec; /* Time meter has been alive in nanoseconds beyond duration_sec. */ - /* struct ofp13_meter_band_stats band_stats[0]; The band_stats length is + struct ofp13_meter_band_stats band_stats[0]; /* The band_stats length is inferred from the length field. */ }; OFP_ASSERT(sizeof(struct ofp13_meter_stats) == 40);