datapath: Use get_table_protected() in additional places.
[openvswitch] / lib / hmap.c
index 6bc5ea74bd79482897a353d5ad8361a7f360fe0c..6b850fddcbf6d68206a560a4e3b127ce11a4fc3e 100644 (file)
 #include "random.h"
 #include "util.h"
 
+COVERAGE_DEFINE(hmap_pathological);
+COVERAGE_DEFINE(hmap_expand);
+COVERAGE_DEFINE(hmap_shrink);
+COVERAGE_DEFINE(hmap_reserve);
+
 /* Initializes 'hmap' as an empty hash table. */
 void
 hmap_init(struct hmap *hmap)