summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-17 10:43:04 +0100
committerAndreas Eversberg2010-03-17 10:43:04 +0100
commit882882e0e2f6c451c4b9a5aa8209aa60352049c9 (patch)
tree61c89cd1dffcbf509440c2174bdd6e6bbab1db8a /options.h
parentFixed output problems of error messages while parsing options.conf / gsm.conf. (diff)
downloadlcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.tar.gz
lcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.tar.xz
lcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.zip
Added 'polling' option to options.conf.
This is usefull to test if select loop causes problems and does not wake when it is required. If lcr seems not to wake up, try using 'polling' to disable select timer and use polling instead.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 1a256e2..c13ee2c 100644
--- 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 polling;
};
extern struct options options;