Skip to content
Snippets Groups Projects
Commit 4751558f authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

change graph_build_g interface, add graph_build_g, graph_build_service,...

change graph_build_g interface, add graph_build_g, graph_build_service, graph_build_service_bytree_from_src function
parent 4322dde4
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,11 @@
#include <oblibs/graph.h>
#define DATA_SERVICE 0
#define DATA_TREE 1
#define DATA_TREE_MASTER 2
extern int graph_build_g(graph_t *g, char const *base, char const *treename, uint8_t data_type) ;
extern int graph_build_g(graph_t *g, char const *base, char const *treename, uint8_t data_type, uint8_t general) ;
extern int graph_build_tree(graph_t *g,char const *base) ;
extern int graph_build_service(graph_t *g, char const *base, char const *treename, uint8_t general) ;
extern int graph_build_service_bytree(graph_t *g, char const *tree, uint8_t what) ;
extern int graph_build_service_bytree_from_src(graph_t *g, char const *src, uint8_t what) ;
extern int graph_add_deps(graph_t *g, char const *vertex, char const *edge, uint8_t requiredby) ;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment