Rename lxc_state.h to state.h
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
conf.h \
list.h \
log.h \
- lxc_state.h
+ state.h
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 \
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>
char status[MAXPATHLEN];
FILE *file;
int err;
-
+
snprintf(freezer, MAXPATHLEN,
LXCPATH "/%s/freezer.state", name);