diff options
author | toni <toni@devlap.local> | 2015-10-13 17:42:21 +0200 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-10-17 18:10:42 +0200 |
commit | d7071577be3f49b964c4d234024bf62328d0209d (patch) | |
tree | 7fff5680467c93b2fbd06374e91c81cb44b2c09d /config.h | |
parent | c89e18ec972f165650a453aa8bd8b30309e323e6 (diff) |
better ipc: using POSIX (semaphores && msg queues)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ #define DEFAULT_FIFO "/lib/cryptsetup/passfifo" #define SHTDWN_CMD "echo 'o' >/proc/sysrq-trigger" +#define SEM_GUI "/naskpass-gui" +#define SEM_INP "/naskpass-input" +#define MSQ_PWD "/naskpass-passwd" + #ifdef _VERSION #define VERSION _VERSION #else |