]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cleanup log.h
authorDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 30 Mar 2009 12:02:19 +0000 (14:02 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 30 Mar 2009 12:02:19 +0000 (14:02 +0200)
Rename lxc_log.h to log.h

Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
src/lxc/Makefile.am
src/lxc/console.c
src/lxc/log.c [moved from src/lxc/lxc_log.c with 84% similarity]
src/lxc/log.h [moved from src/lxc/lxc_log.h with 100% similarity]
src/lxc/lxc.h
src/lxc/parse.c

index eea1c79b3a0d8b45ed8c9d21dd08e535f113b2d0..3633d9b86f611f5660db88b65924494d3c64ee47 100644 (file)
@@ -12,7 +12,7 @@ pkginclude_HEADERS = \
                cgroup.h \
                conf.h \
                lxc_list.h \
-               lxc_log.h \
+               log.h \
                lxc_state.h
 
 
@@ -37,7 +37,7 @@ liblxc_la_SOURCES = \
        conf.c conf.h \
        lxc_list.h \
        lxc_state.c lxc_state.h \
-       lxc_log.c lxc_log.h \
+       log.c log.h \
        \
        network.c network.h \
         nl.c nl.h \
index 6953b93b20e086ed5727b96bc191a5ab01817f83..67d8a4cdcbe4ba581b5a93100a8309079cd50514 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/types.h>
 #include <sys/un.h>
 
-#include "lxc_log.h"
+#include "log.h"
 #include "af_unix.h"
 #include "error.h"
 
similarity index 84%
rename from src/lxc/lxc_log.c
rename to src/lxc/log.c
index 7b962dcef95548c73a3cb5135c1a4888b437c029..d95c4b8cc668a04de016a00640f900770db5f7c5 100644 (file)
@@ -2,7 +2,7 @@
 #include <errno.h>
 #include <stdarg.h>
 
-#include <lxc_log.h>
+#include <log.h>
 
 #define MAXTIMELEN 47;
 #define ERRNO_FORMAT "%d (%s)"
similarity index 100%
rename from src/lxc/lxc_log.h
rename to src/lxc/log.h
index 84671041357b9005c7d483b959637799738227fe..b1c7ec5436961a10a51786759edafb35684ac0c3 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 
 #include <lxc/lxc_state.h>
 #include <lxc/lxc_list.h>
-#include <lxc/lxc_log.h>
+#include <lxc/log.h>
 #include <lxc/conf.h>
 #include <lxc/lock.h>
 #include <lxc/namespace.h>
index 9d0edac9eb26072eff72ef18618edde0c6253644..b060f8ce9ef62bf89e6de75e306bb750251082e3 100644 (file)
@@ -27,7 +27,7 @@
 #include <dirent.h>
 
 #include "parse.h"
-#include "lxc_log.h"
+#include "log.h"
 
 static int dir_filter(const struct dirent *dirent)
 {