Fix: warning due to hash_key_str() being not const-correct
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 May 2018 22:09:19 +0000 (18:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 May 2018 22:09:21 +0000 (18:09 -0400)
commit2f51948cefd641a8cdf0fd00777b109720cafa6e
tree81510946f2d5743a8264082a99f5a3f166f8e9b1
parent1f706138b802fa0e50d1adedbf57aeaa6b6c546f
Fix: warning due to hash_key_str() being not const-correct

Hash table utils do not enforce const-correct in lttng-tools prior
to 2.11. This results in a warning when pasing a const argument
to those utilities.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-registry.c
This page took 0.026192 seconds and 5 git commands to generate.