graph_walk
graph_walk(v, WALK_DEPENDENTS, satbility_cb, NULL, NULL);
graph_walk(from, WALK_DEPENDENCIES, child_pre, child_post, &cs);