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
13954cce
Commit
13954cce
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 conf.h
Rename lxc_conf.h to conf.h Signed-off-by:
Daniel Lezcano
<
daniel.lezcano@free.fr
>
parent
170d528e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
59 deletions
+59
-59
Makefile.am
src/lxc/Makefile.am
+2
-2
conf.c
src/lxc/conf.c
+54
-54
conf.h
src/lxc/conf.h
+2
-2
lxc.h
src/lxc/lxc.h
+1
-1
No files found.
src/lxc/Makefile.am
View file @
13954cce
...
@@ -10,7 +10,7 @@ pkginclude_HEADERS = \
...
@@ -10,7 +10,7 @@ pkginclude_HEADERS = \
lock.h
\
lock.h
\
lxc.h
\
lxc.h
\
cgroup.h
\
cgroup.h
\
lxc_
conf.h
\
conf.h
\
lxc_list.h
\
lxc_list.h
\
lxc_log.h
\
lxc_log.h
\
lxc_state.h
lxc_state.h
...
@@ -34,7 +34,7 @@ liblxc_la_SOURCES = \
...
@@ -34,7 +34,7 @@ liblxc_la_SOURCES = \
lxc_utils.h
\
lxc_utils.h
\
lock.c lock.h
\
lock.c lock.h
\
namespace.h
\
namespace.h
\
lxc_conf.c lxc_
conf.h
\
conf.c
conf.h
\
lxc_list.h
\
lxc_list.h
\
lxc_state.c lxc_state.h
\
lxc_state.c lxc_state.h
\
lxc_log.c lxc_log.h
\
lxc_log.c lxc_log.h
\
...
...
src/lxc/
lxc_
conf.c
→
src/lxc/conf.c
View file @
13954cce
This diff is collapsed.
Click to expand it.
src/lxc/
lxc_
conf.h
→
src/lxc/conf.h
View file @
13954cce
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include <netinet/in.h>
#include <netinet/in.h>
#include <sys/param.h>
#include <sys/param.h>
enum
{
enum
{
EMPTY
,
EMPTY
,
VETH
,
VETH
,
MACVLAN
,
MACVLAN
,
...
@@ -170,7 +170,7 @@ extern void lxc_delete_tty(struct lxc_tty_info *tty_info);
...
@@ -170,7 +170,7 @@ extern void lxc_delete_tty(struct lxc_tty_info *tty_info);
/*
/*
* Configure the container from inside
* Configure the container from inside
*/
*/
extern
int
lxc_setup
(
const
char
*
name
,
const
char
*
tty
,
extern
int
lxc_setup
(
const
char
*
name
,
const
char
*
tty
,
const
struct
lxc_tty_info
*
tty_info
);
const
struct
lxc_tty_info
*
tty_info
);
extern
int
conf_has
(
const
char
*
name
,
const
char
*
info
);
extern
int
conf_has
(
const
char
*
name
,
const
char
*
info
);
...
...
src/lxc/lxc.h
View file @
13954cce
...
@@ -35,8 +35,8 @@ extern "C" {
...
@@ -35,8 +35,8 @@ extern "C" {
#include <lxc/lxc_state.h>
#include <lxc/lxc_state.h>
#include <lxc/lxc_list.h>
#include <lxc/lxc_list.h>
#include <lxc/lxc_conf.h>
#include <lxc/lxc_log.h>
#include <lxc/lxc_log.h>
#include <lxc/conf.h>
#include <lxc/lock.h>
#include <lxc/lock.h>
#include <lxc/namespace.h>
#include <lxc/namespace.h>
#include <lxc/utils.h>
#include <lxc/utils.h>
...
...
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