Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
913d94fd
Commit
913d94fd
authored
May 27, 2015
by
Sungbae Yoo
Committed by
Stéphane Graber
Aug 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config: miscellaneous signals for lxc.*signal
Signed-off-by:
Sungbae Yoo
<
sungbae.yoo@samsung.com
>
parent
4fa438e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
confile.c
src/lxc/confile.c
+57
-0
No files found.
src/lxc/confile.c
View file @
913d94fd
...
@@ -181,6 +181,63 @@ static const struct signame signames[] = {
...
@@ -181,6 +181,63 @@ static const struct signame signames[] = {
{
SIGTSTP
,
"TSTP"
},
{
SIGTSTP
,
"TSTP"
},
{
SIGTTIN
,
"TTIN"
},
{
SIGTTIN
,
"TTIN"
},
{
SIGTTOU
,
"TTOU"
},
{
SIGTTOU
,
"TTOU"
},
#ifdef SIGTRAP
{
SIGTRAP
,
"TRAP"
},
#endif
#ifdef SIGIOT
{
SIGIOT
,
"IOT"
},
#endif
#ifdef SIGEMT
{
SIGEMT
,
"EMT"
},
#endif
#ifdef SIGBUS
{
SIGBUS
,
"BUS"
},
#endif
#ifdef SIGSTKFLT
{
SIGSTKFLT
,
"STKFLT"
},
#endif
#ifdef SIGCLD
{
SIGCLD
,
"CLD"
},
#endif
#ifdef SIGURG
{
SIGURG
,
"URG"
},
#endif
#ifdef SIGXCPU
{
SIGXCPU
,
"XCPU"
},
#endif
#ifdef SIGXFSZ
{
SIGXFSZ
,
"XFSZ"
},
#endif
#ifdef SIGVTALRM
{
SIGVTALRM
,
"VTALRM"
},
#endif
#ifdef SIGPROF
{
SIGPROF
,
"PROF"
},
#endif
#ifdef SIGWINCH
{
SIGWINCH
,
"WINCH"
},
#endif
#ifdef SIGIO
{
SIGIO
,
"IO"
},
#endif
#ifdef SIGPOLL
{
SIGPOLL
,
"POLL"
},
#endif
#ifdef SIGINFO
{
SIGINFO
,
"INFO"
},
#endif
#ifdef SIGLOST
{
SIGLOST
,
"LOST"
},
#endif
#ifdef SIGPWR
{
SIGPWR
,
"PWR"
},
#endif
#ifdef SIGUNUSED
{
SIGUNUSED
,
"UNUSED"
},
#endif
#ifdef SIGSYS
{
SIGSYS
,
"SYS"
},
#endif
};
};
static
const
size_t
config_size
=
sizeof
(
config
)
/
sizeof
(
struct
lxc_config_t
);
static
const
size_t
config_size
=
sizeof
(
config
)
/
sizeof
(
struct
lxc_config_t
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment