util: Add a DAG datastructure.
authorEric Anholt <eric@anholt.net>
Wed, 27 Feb 2019 19:12:59 +0000 (11:12 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 11 Mar 2019 20:13:52 +0000 (13:13 -0700)
commit0533d2d95c0df559e78de3bfeb8e8ae5b7fc8140
tree3e6ef85a99e81b42e529242b449f1afb10a69f4a
parent5f0a922c277639abfd03c27c160b327a7889162b
util: Add a DAG datastructure.

I keep writing this for various schedulers.

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
src/util/Makefile.sources
src/util/dag.c [new file with mode: 0644]
src/util/dag.h [new file with mode: 0644]
src/util/meson.build