summaryrefslogtreecommitdiff
path: root/changes/bug13718-make-nodelist-args-readable
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13718-make-nodelist-args-readable')
-rw-r--r--changes/bug13718-make-nodelist-args-readable8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug13718-make-nodelist-args-readable b/changes/bug13718-make-nodelist-args-readable
new file mode 100644
index 0000000000..7377a81d38
--- /dev/null
+++ b/changes/bug13718-make-nodelist-args-readable
@@ -0,0 +1,8 @@
+ o Minor refactoring:
+ - Refactor count_usable_descriptors to use named enums for exit_only.
+ count_usable_descriptors now uses named exit_only values:
+ * USABLE_DESCRIPTOR_ALL
+ * USABLE_DESCRIPTOR_EXIT_ONLY
+ - Add debug logging code for descriptor counts.
+ This resolves nickm's request in bug 13718 to improve argument
+ readability.