@@ -47,10 +47,11 @@ @interface OFMapTable: OFObject { of_map_table_functions_t keyFunctions, valueFunctions; struct of_map_table_bucket **buckets; uint32_t minCapacity, capacity, count; + uint8_t rotate; unsigned long mutations; } /*! * @brief Creates a new OFMapTable with the specified key and value functions.