From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Fri, 21 Jun 2019 12:20:04 +0000 (+0200) Subject: Container's specific file/directory names X-Git-Tag: lxc-4.0.0~125^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff0e7bbd883715cf3d9c57f51bd91794bc42efe;p=thirdparty%2Flxc.git 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 --- 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 */