summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index ec8f1c1..ecf8244 100644
--- a/options.h
+++ b/options.h
@@ -27,7 +27,8 @@ struct options {
char email[128]; /* source email address */
char lock[128]; /* path of lock files */
int socketrights; /* rights of lcr admin socket */
-
+ int socketuser; /* socket chown to this user */
+ int socketgroup; /* socket chgrp to this group */
int gsm; /* enable gsm support */
};