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
35d2c3e7
Commit
35d2c3e7
authored
Mar 30, 2009
by
Daniel Lezcano
Committed by
Daniel Lezcano
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup state.h
Rename lxc_state.h to state.h Signed-off-by:
Daniel Lezcano
<
daniel.lezcano@free.fr
>
parent
951cc719
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
src/lxc/Makefile.am
+2
-2
lxc.h
src/lxc/lxc.h
+1
-1
state.c
src/lxc/state.c
+0
-0
state.h
src/lxc/state.h
+0
-0
No files found.
src/lxc/Makefile.am
View file @
35d2c3e7
...
@@ -13,7 +13,7 @@ pkginclude_HEADERS = \
...
@@ -13,7 +13,7 @@ pkginclude_HEADERS = \
conf.h
\
conf.h
\
list.h
\
list.h
\
log.h
\
log.h
\
lxc_
state.h
state.h
liblxc_la_SOURCES
=
\
liblxc_la_SOURCES
=
\
...
@@ -36,7 +36,7 @@ liblxc_la_SOURCES = \
...
@@ -36,7 +36,7 @@ liblxc_la_SOURCES = \
namespace.h
\
namespace.h
\
conf.c conf.h
\
conf.c conf.h
\
list.h
\
list.h
\
lxc_state.c lxc_
state.h
\
state.c
state.h
\
log.c log.h
\
log.c log.h
\
\
\
network.c network.h
\
network.c network.h
\
...
...
src/lxc/lxc.h
View file @
35d2c3e7
...
@@ -33,7 +33,7 @@ extern "C" {
...
@@ -33,7 +33,7 @@ extern "C" {
lxc/lxc.h will contain exports of liblxc
lxc/lxc.h will contain exports of liblxc
**/
**/
#include <lxc/
lxc_
state.h>
#include <lxc/state.h>
#include <lxc/list.h>
#include <lxc/list.h>
#include <lxc/log.h>
#include <lxc/log.h>
#include <lxc/conf.h>
#include <lxc/conf.h>
...
...
src/lxc/
lxc_
state.c
→
src/lxc/state.c
View file @
35d2c3e7
src/lxc/
lxc_
state.h
→
src/lxc/state.h
View file @
35d2c3e7
File moved
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