X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=79e5fe026b74cf6367eb19db406b5102300efc4b;hp=60748f9a662483a5f764481a182159ca8c90b05d;hb=b1ab2b9ac1cfc15d2a8f5850145dd69043cc3ef7;hpb=69fd5e0ae9a26c8aad0acf475972cb329337b137 diff --git a/options.h b/options.h index 60748f9..79e5fe0 100644 --- a/options.h +++ b/options.h @@ -24,6 +24,8 @@ struct options { int dsptones; /* tones will be generated via dsp.o 1=american 2=ger */ int schedule; /* run process in realtime @ given priority */ char email[128]; /* source email address */ + char lock[128]; /* path of lock files */ + int socketrights; /* rights of lcr admin socket */ }; extern struct options options;