Unverified Commit d1d67dab by Rachid Koucha Committed by Christian Brauner

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 3c708282
......@@ -418,4 +418,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 */
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