graph: return opaque graph_label_t for each label added
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2012 21:10:37 +0000 (22:10 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2012 21:10:37 +0000 (22:10 +0100)
commit8dfd6071e1a4fd3966c0a77dbb7d719c52433b54
tree53aa44a7531bcd9a404ad731ce1cd37aa35d49df
parentfff30f40227716f2390ccac9010d9913e14fdca0
graph: return opaque graph_label_t for each label added

Gets rid of the strcmp() lookup, store the graph label locally
instead and just pass that in.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
gclient.c
gfio.c
gfio.h
graph.c
graph.h