ovsdb-idl: Optimize out transactions that are complete no-ops.
[openvswitch] / ofproto / private.h
index 1dca46ec5c88d4c8a0fdd24a184e2d8a935b40ca..41487e7d81a65de3375a2efecfa6fe759532857b 100644 (file)
@@ -690,7 +690,8 @@ struct ofproto_class {
 
     /* Obtains statistics for 'rule', storing the number of packets that have
      * matched it in '*packet_count' and the number of bytes in those packets
-     * in '*byte_count'. */
+     * in '*byte_count'.  UINT64_MAX indicates that the packet count or byte
+     * count is unknown. */
     void (*rule_get_stats)(struct rule *rule, uint64_t *packet_count,
                            uint64_t *byte_count);