Fixed null-pointer bug when GSM support is disabled
[lcr.git] / options.h
index 1a256e2..c7f9f8f 100644 (file)
--- a/options.h
+++ b/options.h
@@ -30,6 +30,9 @@ struct options {
        int     socketuser;             /* socket chown to this user */
        int     socketgroup;            /* socket chgrp to this group */
        int     gsm;                    /* enable gsm support */
+       int     polling;
+       char loopback_ext[64];          /* loopback interface GSM side */
+       char loopback_lcr[64];          /* loopback interface LCR side */
 };     
 
 extern struct options options;