Clean-up: hash table utils are unnecessarily non-const
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Nov 2017 17:19:43 +0000 (13:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Feb 2018 16:28:37 +0000 (11:28 -0500)
commitbcd52dd90f07cc4cf4eebf32761568a2c03c540a
tree696dc0841f8d62d9c659a35bf061f295fd740a0b
parent446156b4cba25f3d9abc835dd0d531a447d52941
Clean-up: hash table utils are unnecessarily non-const

Non-const internal utilities make it hard/impossible to write
const-correct code in the rest of the project.

This clean-up allows the notification subsystem to improve on
this code-quality front (see follow-up patches).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/buffer-registry.c
src/bin/lttng-sessiond/ust-registry.c
src/common/hashtable/hashtable.h
src/common/hashtable/utils.c
src/common/hashtable/utils.h
This page took 0.026296 seconds and 4 git commands to generate.