X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7003bd0e6f60d009f4110a15ccf91589fdafb620;hb=961180c518bc7939a4b35dcb9f651176a6141e48;hp=2a3d3d8664d383b2df9c56a691e4d5fc8680c746;hpb=74506c0e852b35465c651f331e010ca7e60e7dd3;p=xboard.git diff --git a/backend.h b/backend.h index 2a3d3d8..7003bd0 100644 --- a/backend.h +++ b/backend.h @@ -395,6 +395,7 @@ typedef struct XB_CPS { int memSize; /* [HGM] memsize: engine understands memory command */ char egtFormats[MSG_SIZ]; /* [HGM] EGT: supported tablebase formats */ int bookSuspend; /* [HGM] book: go was deferred because of book hit */ + int pause; /* [HGM] pause: 1=supports it, 2=actually paused */ int nrOptions; /* [HGM] options: remembered option="..." features */ #define MAX_OPTIONS 200 Option option[MAX_OPTIONS];