@@ -46,11 +46,11 @@ */ @interface OFMapTable: OFObject { of_map_table_functions_t _keyFunctions, _valueFunctions; struct of_map_table_bucket **_buckets; - uint32_t _minCapacity, _capacity, _count; + uint32_t _count, _capacity; uint8_t _rotate; unsigned long _mutations; } /*!