common: compile libhashtable as C++
[lttng-tools.git] / src / common / hashtable / hashtable.h
index cefd43833b721604487d12e71a1a36280c7f3e30..e150190417b7a594db359fada7237c2871039390 100644 (file)
@@ -71,7 +71,7 @@ struct lttng_ht_node_two_u64 {
 };
 
 /* Hashtable new and destroy */
-struct lttng_ht *lttng_ht_new(unsigned long size, int type);
+struct lttng_ht *lttng_ht_new(unsigned long size, enum lttng_ht_type type);
 void lttng_ht_destroy(struct lttng_ht *ht);
 
 /* Specialized node init and free functions */
This page took 0.023085 seconds and 4 git commands to generate.