mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 09:05:44 +00:00
cleanup lock.h
Rename lxc_lock.h to lock.h Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
This commit is contained in:
parent
61ba7fe64a
commit
c6d1536e2b
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user