Unverified Commit eff0e7bb by Rachid Koucha Committed by GitHub

Container's specific file/directory names

To be used when making file/directory names for containers (e.g. in lxccontainer.c) Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 1b5d4bd8
...@@ -450,4 +450,11 @@ enum { ...@@ -450,4 +450,11 @@ enum {
-1; \ -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 */ #endif /* __LXC_MACRO_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment