From eff0e7bbd883715cf3d9c57f51bd91794bc42efe Mon Sep 17 00:00:00 2001 From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Fri, 21 Jun 2019 14:20:04 +0200 Subject: [PATCH] Container's specific file/directory names To be used when making file/directory names for containers (e.g. in lxccontainer.c) Signed-off-by: Rachid Koucha --- src/lxc/macro.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lxc/macro.h b/src/lxc/macro.h index 288f5a8e6..9676c580d 100644 --- a/src/lxc/macro.h +++ b/src/lxc/macro.h @@ -450,4 +450,11 @@ enum { -1; \ }) +/* Container's specific file/directory names */ +#define LXC_CONFIG_FNAME "config" +#define LXC_PARTIAL_FNAME "partial" +#define LXC_ROOTFS_DNAME "rootfs" +#define LXC_TIMESTAMP_FNAME "ts" +#define LXC_COMMENT_FNAME "comment" + #endif /* __LXC_MACRO_H */ -- 2.47.2