X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=ecf8244594cd27e9fde9fa3c17a6e3347ea1b458;hp=ec8f1c13ee5f3c13f37029bd3f21ca99c9ed2dfc;hb=320159175adced71da64efa80e9334f7bcab96c8;hpb=e5d55b64f753e419fcfa48b5b8355c9d401589e3 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 */ };