Modified some signatures
This commit is contained in:
@@ -18,12 +18,12 @@ typedef struct {
|
||||
char* backing_file;
|
||||
} DiskInfo;
|
||||
|
||||
/// @brief Creates an empty disk at the given path, with the given size and with the given permissions.
|
||||
/// @brief Creates a root disk at the given path, with the given size and with the given permissions.
|
||||
/// @param path The path to the disk to create.
|
||||
/// @param size The size of the disk to create.
|
||||
/// @param permissions The permissions to set on the disk.
|
||||
/// @return The result of the operation.
|
||||
Result create_empty_disk(const char* path, uint64_t size, mode_t permissions);
|
||||
Result create_root_disk(const char* path, uint64_t size, mode_t permissions);
|
||||
|
||||
/// @brief Creates a backed disk at the given path, with the given backing disk and with the given permissions.
|
||||
/// @param path The path to the disk to create.
|
||||
|
Reference in New Issue
Block a user