Commit 35d2c3e7 by Daniel Lezcano Committed by Daniel Lezcano

cleanup state.h

Rename lxc_state.h to state.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 951cc719
......@@ -13,7 +13,7 @@ pkginclude_HEADERS = \
conf.h \
list.h \
log.h \
lxc_state.h
state.h
liblxc_la_SOURCES = \
......@@ -36,7 +36,7 @@ liblxc_la_SOURCES = \
namespace.h \
conf.c conf.h \
list.h \
lxc_state.c lxc_state.h \
state.c state.h \
log.c log.h \
\
network.c network.h \
......
......@@ -33,7 +33,7 @@ extern "C" {
lxc/lxc.h will contain exports of liblxc
**/
#include <lxc/lxc_state.h>
#include <lxc/state.h>
#include <lxc/list.h>
#include <lxc/log.h>
#include <lxc/conf.h>
......
......@@ -163,7 +163,7 @@ static int freezer_state(const char *name)
char status[MAXPATHLEN];
FILE *file;
int err;
snprintf(freezer, MAXPATHLEN,
LXCPATH "/%s/freezer.state", name);
......
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