Skip to content

circogen: simplify nodelist management

The nodelist_t type is being heap allocated and passed around in a way that involves unnecessary syntactic noise and expense. It also duplicates some of the generic list functionality. This MR smooths its interface, reducing noise and unnecessary duplication.

Merge request reports