Commit 13954cce by Daniel Lezcano Committed by Daniel Lezcano

cleanup conf.h

Rename lxc_conf.h to conf.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 170d528e
...@@ -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 \
......
...@@ -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);
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment