Started implementing an utility to manage PCI passthrough
This commit is contained in:
@@ -59,7 +59,7 @@ result_t reset_container(const char* container);
|
||||
bool container_filter(const char* file);
|
||||
|
||||
/// @brief Lists the containers in the pool.
|
||||
/// @param _containers The string pointer array to store the resulting array in. The caller is responsible for freeing the strings and the array.
|
||||
/// @param _containers The string array pointer to store the resulting array in. The caller is responsible for freeing the strings and the array.
|
||||
/// @return The result of the operation.
|
||||
result_t list_containers(char*** _containers);
|
||||
|
||||
|
Reference in New Issue
Block a user