Depsgraph: Make it more clear that we dump relations into graphviz

We might implement other things to dump into graphviz, so better to
start having explicit names.
This commit is contained in:
2017-12-21 12:56:44 +01:00
parent b7121639e9
commit d988eae6f9
5 changed files with 12 additions and 8 deletions

View File

@@ -51,7 +51,9 @@ void DEG_stats_simple(const struct Depsgraph *graph,
/* ************************************************ */
/* Diagram-Based Graph Debugging */
void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label);
void DEG_debug_relations_graphviz(const struct Depsgraph *graph,
FILE *stream,
const char *label);
/* ************************************************ */