Handle release unavailable

This commit is contained in:
Scott E. Graves
2019-07-24 14:09:11 -05:00
parent 763bf4491d
commit 37607bf152
5 changed files with 56 additions and 9 deletions

View File

@@ -114,5 +114,8 @@ exports.IPC_Set_Config_Values_Reply = 'set_config_values_reply';
exports.IPC_Shutdown = 'shutdown';
exports.IPC_Unmount_All_Drives = 'unmount_all';
exports.IPC_Unmount_All_Drives_Reply = 'unmount_all_reply';
exports.IPC_Unmount_Drive = 'unmount_drive';
exports.IPC_Unmount_Drive_Reply = 'unmount_drive_reply';