]> git.ozlabs.org Git - ccan/commit
Simplify dependencies by passing pointers over the pipe: avoid O(n^2) behaviour for...
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jul 2009 01:48:05 +0000 (11:18 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jul 2009 01:48:05 +0000 (11:18 +0930)
commit4f148f842e1b61fe637200ab7bbc6d1b8f4338d1
tree2abd3082dc318322fe0ee2f97db954583f1ce035
parent800715227e588385aafd80e6807b2069895cfac2
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.
ccan/tdb/tools/replay_trace.c