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
16a7c6b6
Commit
16a7c6b6
authored
2 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
revamp the dependencies waiting process passing through a named pipe
parent
0c89833e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/66/constants.h
+3
-0
3 additions, 0 deletions
src/include/66/constants.h
src/lib66/exec/ssexec_all.c
+296
-144
296 additions, 144 deletions
src/lib66/exec/ssexec_all.c
with
299 additions
and
144 deletions
src/include/66/constants.h
+
3
−
0
View file @
16a7c6b6
...
...
@@ -96,6 +96,9 @@
#define SS_SYM_VERSION_LEN (sizeof SS_SYM_VERSION - 1)
#define SS_CONFIG_VERSION_NDOT 2
#define SS_EVENTDIR "/event"
#define SS_EVENTDIR_LEN (sizeof SS_EVENTDIR - 1)
/** boot */
#define SS_BOOT_CONF "init.conf"
#define SS_BOOT_CONF_LEN (sizeof SS_BOOT_CONF - 1)
...
...
This diff is collapsed.
Click to expand it.
src/lib66/exec/ssexec_all.c
+
296
−
144
View file @
16a7c6b6
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