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
efc42929
Commit
efc42929
authored
6 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
add @down-signal file
parent
cffd4bb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/66/parser.h
+4
-7
4 additions, 7 deletions
src/include/66/parser.h
with
4 additions
and
7 deletions
src/include/66/parser.h
+
4
−
7
View file @
efc42929
...
...
@@ -97,12 +97,6 @@ union sv_type_u
sv_oneshot
oneshot
;
}
;
typedef
struct
sv_env_s
sv_env
,
*
sv_env_t_ref
;
struct
sv_env_s
{
unsigned
int
key
;
//pos in saenv
unsigned
int
val
;
//pos in saenv
}
;
typedef
struct
sv_name_s
sv_name_t
,
*
sv_name_t_ref
;
struct
sv_name_s
{
...
...
@@ -135,6 +129,7 @@ struct sv_alltype_s
* timeout-kill[0][X] enabled,timeout-kill[0][0] not enabled*/
uint32_t
timeout
[
4
][
UINT_FMT
]
;
uint32_t
death
;
int
signal
;
unsigned
int
pipeline
;
//pos in deps
genalloc
env
;
//type sv_env, pos in gaenv
}
;
...
...
@@ -189,6 +184,7 @@ struct sv_alltype_s
{ 0 } , \
{ { 0 } } ,\
0 , \
0 , \
0 ,\
GENALLOC_ZERO \
}
...
...
@@ -296,7 +292,7 @@ extern int add_pipe(sv_alltype *sv, stralloc *sa) ;
/** Display the corresponding warning when @sepend and @sepstart are not equal */
extern
void
sep_err
(
int
r
,
char
const
sepstart
,
char
const
sepend
,
char
const
*
keyname
)
;
extern
int
add_cname
(
char
const
*
name
,
sv_alltype
*
sv_before
)
;
extern
int
add_cname
(
genalloc
*
ga
,
avltree
*
tree
,
char
const
*
name
,
sv_alltype
*
sv_before
)
;
extern
int
resolve_srcdeps
(
sv_alltype
*
sv_before
,
char
const
*
svmain
,
char
const
*
src
,
char
const
*
tree
,
unsigned
int
*
nbsv
,
stralloc
*
sasv
)
;
...
...
@@ -333,4 +329,5 @@ extern int write_dependencies(char const *src, sv_name_t *cname,char const *dst,
extern
int
write_env
(
genalloc
*
env
,
stralloc
*
sa
,
char
const
*
dst
)
;
extern
void
freed_parser
(
void
)
;
#endif
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