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
7bffc71e
Commit
7bffc71e
authored
1 year ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
nothing to see
parent
a32ec790
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/66/66-oneshot.c
+2
-1
2 additions, 1 deletion
src/66/66-oneshot.c
src/include/66/graph.h
+1
-1
1 addition, 1 deletion
src/include/66/graph.h
with
3 additions
and
2 deletions
src/66/66-oneshot.c
+
2
−
1
View file @
7bffc71e
...
...
@@ -110,9 +110,10 @@ int main(int argc, char const *const *argv)
/**
* be paranoid and avoid to crash just for a
* not executable script
*
*/
*
Cannot be possible to a read-only filesystem
if (chmod(script, 0755) < 0)
log_dieusys(LOG_EXIT_SYS,"chmod: ", script) ;
*/
char
const
*
newargv
[
3
]
;
unsigned
int
m
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/include/66/graph.h
+
1
−
1
View file @
7bffc71e
...
...
@@ -26,7 +26,7 @@
extern
void
graph_build_tree
(
graph_t
*
g
,
char
const
*
base
,
resolve_tree_master_enum_t
field
)
;
extern
void
graph_build_service
(
graph_t
*
g
,
resolve_service_t
*
ares
,
unsigned
int
*
areslen
,
ssexec_t
*
info
,
uint32_t
flag
)
;
extern
int
graph_compute_dependencies
(
graph_t
*
g
,
char
const
*
vertex
,
char
const
*
edge
,
uint8_t
requiredby
)
;
extern
void
graph_compute_visit
(
char
const
*
name
,
unsigned
int
*
visit
,
unsigned
int
*
list
,
graph_t
*
graph
,
unsigned
int
*
nservice
,
uint8_t
requiredby
)
;
extern
void
graph_compute_visit
(
resolve_service_t
*
ares
,
unsigned
int
aresid
,
unsigned
int
*
visit
,
unsigned
int
*
list
,
graph_t
*
graph
,
unsigned
int
*
nservice
,
uint8_t
requiredby
)
;
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
)
;
...
...
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