Re: [PATCH 09/13] util: hash: Don't use 'const' with virHashTablePtr

2020-10-26 Thread Eric Blake
On 10/26/20 10:45 AM, Peter Krempa wrote: > We didn't use it rigorously and some helpers even dasted it away. Remove s/dasted/cast/ (both the typo, and the odd English word whose present and past tense forms are identical) > const from all hash utility functions. > > Signed-off-by: Peter

[PATCH 09/13] util: hash: Don't use 'const' with virHashTablePtr

2020-10-26 Thread Peter Krempa
We didn't use it rigorously and some helpers even dasted it away. Remove const from all hash utility functions. Signed-off-by: Peter Krempa --- src/conf/nwfilter_params.c | 2 +- src/conf/nwfilter_params.h | 2 +- src/util/virhash.c | 17 - src/util/virhash.h |