Added the image system
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
typedef struct {
|
||||
/// @brief The path of the directory where the containers are stored.
|
||||
char* container_pool;
|
||||
/// @brief The path of the directory where the backings are stored.
|
||||
char* backing_pool;
|
||||
/// @brief The path of the directory where the images are stored.
|
||||
char* image_pool;
|
||||
} config_t;
|
||||
|
||||
/// @brief Initializes the program configuration.
|
||||
|
Reference in New Issue
Block a user