1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-01-04 18:29:08 -06:00

launcher, launchctl: add quit command on debug version of launcher

This commit is contained in:
Bill Zissimopoulos
2016-05-14 21:00:02 -07:00
parent 08a02d7b35
commit 768a393342
3 changed files with 33 additions and 1 deletions

View File

@@ -57,8 +57,9 @@ enum
{
LauncherSvcInstanceStart = 'S', /* requires: SERVICE_START */
LauncherSvcInstanceStop = 'T', /* requires: SERVICE_STOP */
LauncherSvcInstanceList = 'L', /* requires: none*/
LauncherSvcInstanceInfo = 'I', /* requires: SERVICE_QUERY_STATUS */
LauncherSvcInstanceList = 'L', /* requires: none*/
LauncherQuit = 'Q', /* DEBUG version only */
};
#endif