diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 95bb849..1677148 100644 --- a/src/common.h +++ b/src/common.h @@ -5,6 +5,10 @@ #define LINPICKER_TOKEN "@i" #define LINPICKER_VPORT 6000 +/* Log files */ +#define SERVER_LOG "/var/log/xen/linpicker-server.log" +#define MONITOR_LOG "/var/log/xen/linpicker-monitor.log" + /* Security label dimensions */ #define FONT_FILE PKGDATADIR "/decker.ttf" #define SERVER_BG_FILE PKGDATADIR "/serverbg.rgb" |