Let XBoard propose name of tourney file
[xboard.git] / common.h
index 94031ad..ad52fb9 100644 (file)
--- a/common.h
+++ b/common.h
@@ -564,6 +564,7 @@ typedef struct {
     Boolean isUCI[ENGINES];
     Boolean hasOwnBookUCI[ENGINES];
     char * adapterCommand;
+    char * ucciAdapter;
     char * polyglotDir;
     Boolean usePolyglotBook;
     char * polyglotBook;
@@ -630,6 +631,7 @@ typedef struct {
     char *egtFormats;
     int niceEngines;    /* [HGM] nice      */
     char *logo[ENGINES];/* [HGM] logo      */
+    char *pairingEngine;/* [HGM] pairing   */
     Boolean autoLogo;
     Boolean noGUI;      /* [HGM] fast: suppress all display updates */
     char *engOptions[ENGINES]; /* [HGM] options   */
@@ -648,6 +650,7 @@ typedef struct {
     Boolean whitePOV;
 
     char *tourneyFile;
+    char *defName;
     char *processes;
     char *results;
     char *participants;