From: Michael Jeanson Date: Wed, 27 Jul 2022 15:28:58 +0000 (-0400) Subject: cleanup: use an enum for the error states of nr_cpus_mask X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=008a71ef213f23c8d403e086563155121b286c0c;hp=008a71ef213f23c8d403e086563155121b286c0c;p=userspace-rcu.git 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 Signed-off-by: Mathieu Desnoyers ---