]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cleanup lock.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_lock.h to lock.h

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

index 4fd14675ca3375cd65f1ef4796e2b3fe395d5ffa..4fbd01fb718abaac25b926a960059de7a460aa40 100644 (file)
@@ -7,11 +7,11 @@ pkginclude_HEADERS = \
                monitor.h \
                utils.h \
                namespace.h \
+               lock.h \
                lxc.h \
                lxc_cgroup.h \
                lxc_conf.h \
                lxc_list.h \
-               lxc_lock.h \
                lxc_log.h \
                lxc_state.h
 
@@ -32,7 +32,7 @@ liblxc_la_SOURCES = \
        cgroup.c cgroup.h \
        lxc.h \
        lxc_utils.h \
-       lxc_lock.c lxc_lock.h \
+       lock.c lock.h \
        namespace.h \
        lxc_conf.c lxc_conf.h \
        lxc_list.h \
similarity index 100%
rename from src/lxc/lxc_lock.c
rename to src/lxc/lock.c
similarity index 100%
rename from src/lxc/lxc_lock.h
rename to src/lxc/lock.h
index 4fb761b06a16419edaecede856036b8b4326b34e..918203130a804d609d85319ed3a8f83f1a59387f 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
 #include <lxc/lxc_list.h>
 #include <lxc/lxc_conf.h>
 #include <lxc/lxc_log.h>
-#include <lxc/lxc_lock.h>
+#include <lxc/lock.h>
 #include <lxc/namespace.h>
 #include <lxc/utils.h>
 #include <lxc/error.h>