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
872e1899
Commit
872e1899
authored
Feb 24, 2010
by
Daniel Lezcano
Committed by
Daniel Lezcano
Feb 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix header inclusion
No need to include the lxc_conf structure definition, a forward declaration is enough. Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
7ee5bb55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
start.h
src/lxc/start.h
+3
-3
No files found.
src/lxc/start.h
View file @
872e1899
...
@@ -23,14 +23,14 @@
...
@@ -23,14 +23,14 @@
#ifndef __lxc_state_h
#ifndef __lxc_state_h
#define __lxc_state_h
#define __lxc_state_h
#include <lxc/conf.h>
#include <lxc/state.h>
#include <lxc/state.h>
#include <sys/param.h>
struct
lxc_
handler
{
struct
lxc_
conf
;
struct
lxc_handler
{
pid_t
pid
;
pid_t
pid
;
lxc_state_t
state
;
lxc_state_t
state
;
int
sigfd
;
int
sigfd
;
char
nsgroup
[
MAXPATHLEN
];
char
nsgroup
[
MAXPATHLEN
];
sigset_t
oldmask
;
sigset_t
oldmask
;
...
...
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