X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry.c;h=37049b525559585ce7e2aed4a8f13f8b6fddb036;hb=0cf422e20830bdd1b826f35bbc8cb4598c11c5a1;hp=d4edb207afc18ebdb2daebcea130715675bf2fce;hpb=78c8ffd33e60e2eaee890cb2485e85a04b93381b;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-registry.c b/src/bin/lttng-sessiond/ust-registry.c index d4edb207a..37049b525 100644 --- a/src/bin/lttng-sessiond/ust-registry.c +++ b/src/bin/lttng-sessiond/ust-registry.c @@ -88,7 +88,7 @@ no_match: static unsigned long ht_hash_event(void *_key, unsigned long seed) { uint64_t hashed_key; - const struct ust_registry_event *key = _key; + struct ust_registry_event *key = _key; assert(key);