X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=0597025569bbeda9237f8a98f38d3df86f24fa57;hb=0a8f96e95c703feb86bb9770442d6842e3d67248;hp=0560a4b185cd3f6d6e3fedc81686f2f306c9b346;hpb=0025503f2638016cbb6877d9a508676660c6f091;p=xboard.git diff --git a/backend.h b/backend.h index 0560a4b..0597025 100644 --- a/backend.h +++ b/backend.h @@ -394,6 +394,7 @@ typedef struct XB_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 drawDepth; /* [HGM] egbb: search depth to play egbb draws */ int nps; /* [HGM] nps: factor for node count to replace time */ int supportsNPS; int alphaRank; /* [HGM] shogi: engine uses shogi-type coordinates */