From: Rusty Russell Date: Mon, 13 Jul 2009 01:48:05 +0000 (+0930) Subject: Simplify dependencies by passing pointers over the pipe: avoid O(n^2) behaviour for... X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=4f148f842e1b61fe637200ab7bbc6d1b8f4338d1;hp=4f148f842e1b61fe637200ab7bbc6d1b8f4338d1;ds=inline 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. ---