X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Fhashtable.h;fp=src%2Fcommon%2Fhashtable%2Fhashtable.h;h=e150190417b7a594db359fada7237c2871039390;hp=cefd43833b721604487d12e71a1a36280c7f3e30;hb=6dca8ba7dec3b31acb7b43f5e4431676acf4e664;hpb=348ddc5c9107149d48b1f12d31a7e75e9b73b4da diff --git a/src/common/hashtable/hashtable.h b/src/common/hashtable/hashtable.h index cefd43833..e15019041 100644 --- a/src/common/hashtable/hashtable.h +++ b/src/common/hashtable/hashtable.h @@ -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 */