Simplify dependencies by passing pointers over the pipe: avoid O(n^2) behaviour for searching.
Also, using a single structure makes talloc_free convenient for when we do optimization.
Showing
Please register or sign in to comment
Also, using a single structure makes talloc_free convenient for when we do optimization.