Introduce build/env/argument override for 32-bit compat consumer
[lttng-tools.git] / lttng-sessiond / hashtable.c
index 6bca1dac010e1ae3457db98c9c254e9c01ba7935..956cfd426ea4ab106fee376ba922378ebacae677 100644 (file)
@@ -106,3 +106,8 @@ unsigned long hashtable_get_count(struct cds_lfht *ht)
 
        return count;
 }
+
+int hashtable_destroy(struct cds_lfht *ht)
+{
+       return cds_lfht_destroy(ht, NULL);
+}
This page took 0.022712 seconds and 4 git commands to generate.