Commit 731cc33f by Daniel Lezcano Committed by Daniel Lezcano

cleanup log.h

Rename lxc_log.h to log.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 13954cce
...@@ -12,7 +12,7 @@ pkginclude_HEADERS = \ ...@@ -12,7 +12,7 @@ pkginclude_HEADERS = \
cgroup.h \ cgroup.h \
conf.h \ conf.h \
lxc_list.h \ lxc_list.h \
lxc_log.h \ log.h \
lxc_state.h lxc_state.h
...@@ -37,7 +37,7 @@ liblxc_la_SOURCES = \ ...@@ -37,7 +37,7 @@ liblxc_la_SOURCES = \
conf.c 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 \ log.c log.h \
\ \
network.c network.h \ network.c network.h \
nl.c nl.h \ nl.c nl.h \
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/un.h> #include <sys/un.h>
#include "lxc_log.h" #include "log.h"
#include "af_unix.h" #include "af_unix.h"
#include "error.h" #include "error.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>
#include <lxc_log.h> #include <log.h>
#define MAXTIMELEN 47; #define MAXTIMELEN 47;
#define ERRNO_FORMAT "%d (%s)" #define ERRNO_FORMAT "%d (%s)"
......
...@@ -35,7 +35,7 @@ extern "C" { ...@@ -35,7 +35,7 @@ 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_log.h> #include <lxc/log.h>
#include <lxc/conf.h> #include <lxc/conf.h>
#include <lxc/lock.h> #include <lxc/lock.h>
#include <lxc/namespace.h> #include <lxc/namespace.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <dirent.h> #include <dirent.h>
#include "parse.h" #include "parse.h"
#include "lxc_log.h" #include "log.h"
static int dir_filter(const struct dirent *dirent) static int dir_filter(const struct dirent *dirent)
{ {
......
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