launcher: named pipe implementation

This commit is contained in:
Bill Zissimopoulos
2016-05-11 14:46:03 -07:00
parent c32d05c3b6
commit 528cbd3295
2 changed files with 110 additions and 9 deletions

View File

@ -25,5 +25,12 @@
#define PIPE_SRVBUF_SIZE 1024
#define PIPE_CLIBUF_SIZE 1024
enum
{
LauncherSvcInstanceStart = 'S',
LauncherSvcInstanceStop = 'T',
LauncherSvcInstanceList = 'L',
LauncherSvcInstanceInfo = 'I',
};
#endif