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