summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index c13ee2c..c7f9f8f 100644
--- a/options.h
+++ b/options.h
@@ -31,6 +31,8 @@ struct options {
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;