cleanup: use an enum for the error states of nr_cpus_mask
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 27 Jul 2022 15:28:58 +0000 (11:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 Oct 2023 20:44:50 +0000 (16:44 -0400)
commit008a71ef213f23c8d403e086563155121b286c0c
treefc3209fa57fe915a9d5bb6d86fc590c47e04566b
parent1c64a40d8b2a4e65ae002ea0f15ab42f556b0987
cleanup: use an enum for the error states of nr_cpus_mask

Using an enum with labels for error states instead of literal values
will make the code easier to read and understand.

Change-Id: I4558e17ccb45ab40515bb516af840b2852ee8fc3
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/rculfhash.c
This page took 0.024551 seconds and 4 git commands to generate.