X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=217aa94ce859650fa9b94bd2ab4ad89ad526fa63;hb=refs%2Ftags%2Fv4.3.14;hp=111a3afd77b886856095de09e23d4e9fb62d014e;hpb=0efdc4c5ef60cf4c15e9dddf3658d2115e4d5d93;p=xboard.git diff --git a/backend.h b/backend.h index 111a3af..217aa94 100644 --- a/backend.h +++ b/backend.h @@ -257,6 +257,8 @@ typedef struct _CPS { 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 */ + int nps; /* [HGM] nps: factor for node count to replace time */ + int supportsNPS; } ChessProgramState; extern ChessProgramState first, second; @@ -269,5 +271,6 @@ typedef struct { } ChessProgramStats_Move; extern ChessProgramStats_Move pvInfoList[MAX_MOVES]; +extern shuffleOpenings; #endif /* _BACKEND */