Added 'polling' option to options.conf.
[lcr.git] / options.h
index 1a256e2..c13ee2c 100644 (file)
--- a/options.h
+++ b/options.h
@@ -30,6 +30,7 @@ struct options {
        int     socketuser;             /* socket chown to this user */
        int     socketgroup;            /* socket chgrp to this group */
        int     gsm;                    /* enable gsm support */
        int     socketuser;             /* socket chown to this user */
        int     socketgroup;            /* socket chgrp to this group */
        int     gsm;                    /* enable gsm support */
+       int     polling;
 };     
 
 extern struct options options;
 };     
 
 extern struct options options;