Cleanup: remove duplicated code in snapshot record command
[lttng-tools.git] / src / common / hashtable / hashtable.c
index 4fb19cffda923bf1f19062be891f6180f0e48c14..78175ca6d508d24b2ffd4fa29a82ce8fba3633ff 100644 (file)
@@ -259,7 +259,7 @@ void lttng_ht_node_free_two_u64(struct lttng_ht_node_two_u64 *node)
  * Lookup function in hashtable.
  */
 LTTNG_HIDDEN
-void lttng_ht_lookup(struct lttng_ht *ht, void *key,
+void lttng_ht_lookup(struct lttng_ht *ht, const void *key,
                struct lttng_ht_iter *iter)
 {
        assert(ht);
This page took 0.023063 seconds and 4 git commands to generate.