Added a verbose logging system
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
#define CONFIGURATION_FILE "/etc/sandbox.d/config.json"
|
||||
|
||||
/// @brief Structure used to store the program configuration.
|
||||
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;
|
||||
} config_t;
|
||||
|
Reference in New Issue
Block a user