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
7335f95c
Commit
7335f95c
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
let ssexec_svctl pick the good one
parent
15715f36
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/lib66/ssexec_start.c
+2
-2
2 additions, 2 deletions
src/lib66/ssexec_start.c
src/lib66/ssexec_stop.c
+2
-2
2 additions, 2 deletions
src/lib66/ssexec_stop.c
with
4 additions
and
4 deletions
src/lib66/ssexec_start.c
+
2
−
2
View file @
7335f95c
...
...
@@ -35,7 +35,7 @@
static
int
empty
=
0
;
static
unsigned
int
RELOAD
=
0
;
static
unsigned
int
DEADLINE
=
0
;
static
char
*
SIG
=
"-
U
"
;
static
char
*
SIG
=
"-
u
"
;
static
genalloc
nclassic
=
GENALLOC_ZERO
;
//resolve_t type
static
genalloc
nrc
=
GENALLOC_ZERO
;
//resolve_t type
...
...
@@ -202,7 +202,7 @@ int ssexec_start(int argc, char const *const *argv,char const *const *envp,ssexe
// be sure that the global var are set correctly
RELOAD
=
0
;
DEADLINE
=
0
;
SIG
=
"-
U
"
;
SIG
=
"-
u
"
;
if
(
info
->
timeout
)
DEADLINE
=
info
->
timeout
;
...
...
This diff is collapsed.
Click to expand it.
src/lib66/ssexec_stop.c
+
2
−
2
View file @
7335f95c
...
...
@@ -32,7 +32,7 @@
static
unsigned
int
DEADLINE
=
0
;
static
unsigned
int
UNSUP
=
0
;
static
char
*
SIG
=
"-
D
"
;
static
char
*
SIG
=
"-
d
"
;
static
ss_resolve_graph_t
graph_unsup_cl
=
RESOLVE_GRAPH_ZERO
;
static
ss_resolve_graph_t
graph_cl
=
RESOLVE_GRAPH_ZERO
;
...
...
@@ -115,7 +115,7 @@ int ssexec_stop(int argc, char const *const *argv,char const *const *envp,ssexec
// be sure that the global var are set correctly
DEADLINE
=
0
;
UNSUP
=
0
;
SIG
=
"-
D
"
;
SIG
=
"-
d
"
;
if
(
info
->
timeout
)
DEADLINE
=
info
->
timeout
;
...
...
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