Add 3PTY facility to invoke conference call via functional protocol
[lcr.git] / options.h
index 1a256e2..574cd68 100644 (file)
--- a/options.h
+++ b/options.h
@@ -29,7 +29,7 @@ struct options {
        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 */
+       int     polling;
 };     
 
 extern struct options options;