Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
09f5454f
Commit
09f5454f
authored
2 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
swap graph_build_service_from_list function (and possible remove)
parent
83aff5bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/66/graph.h
+2
-1
2 additions, 1 deletion
src/include/66/graph.h
src/include/66/service.h
+1
-2
1 addition, 2 deletions
src/include/66/service.h
with
3 additions
and
3 deletions
src/include/66/graph.h
+
2
−
1
View file @
09f5454f
...
...
@@ -33,6 +33,7 @@ extern int graph_compute_dependencies(graph_t *g, char const *vertex, char const
extern
int
graph_build_service_bytree
(
graph_t
*
g
,
char
const
*
tree
,
uint8_t
what
,
uint8_t
is_supervised
)
;
extern
int
graph_build_service_bytree_from_src
(
graph_t
*
g
,
char
const
*
src
,
uint8_t
what
)
;
/** possible remove of it */
extern
int
graph_build_service_from_sastr
(
graph_t
*
graph
,
stralloc
*
sa
,
char
const
*
base
)
;
#endif
This diff is collapsed.
Click to expand it.
src/include/66/service.h
+
1
−
2
View file @
09f5454f
...
...
@@ -376,8 +376,7 @@ extern void service_graph_build(graph_t *g, resolve_service_t *ares, unsigned in
extern
int
service_is
(
ss_state_t
*
ste
,
uint32_t
flag
)
;
/** possible remove of it */
extern
int
graph_build_service_from_list
(
char
const
*
const
*
list
,
char
const
*
base
,
graph_t
*
graph
,
resolve_service_t
*
ares
,
uint8_t
requiredby
)
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment