Read HTTP listener and proxy address from config file (-h and -p still override).
[pazpar2-moved-to-github.git] / src / pazpar2.h
index b075232..50b0a1b 100644 (file)
@@ -169,6 +169,8 @@ struct hitsbytarget {
 };
 
 struct parameters {
+    char proxy_override[128];
+    char listener_override[128];
     struct conf_server *server;
     int dump_records;
     int timeout;               /* operations timeout, in seconds */