X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry.c;h=90c71c4230e63d9f39f2b75d03f6563bdcdff535;hb=2f51948cefd641a8cdf0fd00777b109720cafa6e;hp=0c944a73b7822d93bd2ca499f72bfb46ff2bd8a8;hpb=1f706138b802fa0e50d1adedbf57aeaa6b6c546f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-registry.c b/src/bin/lttng-sessiond/ust-registry.c index 0c944a73b..90c71c423 100644 --- a/src/bin/lttng-sessiond/ust-registry.c +++ b/src/bin/lttng-sessiond/ust-registry.c @@ -90,7 +90,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);