refactor event system
This commit is contained in:
@ -603,6 +603,8 @@ auto winfsp_drive::Init(PVOID host) -> NTSTATUS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto winfsp_drive::mount(const std::vector<std::string> &drive_args) -> int {
|
auto winfsp_drive::mount(const std::vector<std::string> &drive_args) -> int {
|
||||||
|
REPERTORY_USES_FUNCTION_NAME();
|
||||||
|
|
||||||
std::vector<std::string> parsed_drive_args;
|
std::vector<std::string> parsed_drive_args;
|
||||||
|
|
||||||
auto force_no_console = utils::collection::includes(drive_args, "-nc");
|
auto force_no_console = utils::collection::includes(drive_args, "-nc");
|
||||||
|
Reference in New Issue
Block a user