X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=111a3afd77b886856095de09e23d4e9fb62d014e;hb=0efdc4c5ef60cf4c15e9dddf3658d2115e4d5d93;hp=8ef5bf3c1605b2e63a7dedcfa64374fb9681a648;hpb=93077be9f3009b8eb6ad64067f31d000aaf284c3;p=xboard.git diff --git a/backend.h b/backend.h index 8ef5bf3..111a3af 100644 --- a/backend.h +++ b/backend.h @@ -251,6 +251,12 @@ typedef struct _CPS { int scoreIsAbsolute; /* [AS] 0=don't know (standard), 1=score is always from white side */ int isUCI; /* [AS] 0=no (Winboard), 1=UCI (requires Polyglot) */ int hasOwnBookUCI; /* [AS] 0=use GUI or Polyglot book, 1=has own book */ + + /* [HGM] time odds */ + int timeOdds; /* factor through which we divide time for this engine */ + int debug; /* [HGM] ignore engine debug lines starting with '#' */ + int maxNrOfSessions; /* [HGM] secondary TC: max args in 'level' command */ + int accumulateTC; /* [HGM] secondary TC: how to handle extra sessions */ } ChessProgramState; extern ChessProgramState first, second;