]> git.ozlabs.org Git - petitboot/commit
parser: Use list to hold parsers
authorGeoff Levand <geoff@infradead.org>
Fri, 17 May 2013 05:55:18 +0000 (13:55 +0800)
committerGeoff Levand <geoff@infradead.org>
Fri, 17 May 2013 09:44:29 +0000 (17:44 +0800)
commit9974f2d82b9450eaccd7661b3bfabb686ab8e161
tree1c0c5e858cfa5eed7dbfbdb595655ab1380bcf61
parente1a6f62162716511956417e6c103de37ce9c71d2
parser: Use list to hold parsers

Now that we dynamically add parsers, we can use a list to
hold them.  Also simplifies the test_run_parser() routine.

Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/parser.c
test/parser/utils.c