changes from H.G. Muller; version 4.3.14
[xboard.git] / backend.h
index 111a3af..217aa94 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -257,6 +257,8 @@ typedef struct _CPS {
     int debug;      /* [HGM] ignore engine debug lines starting with '#'    */\r
     int maxNrOfSessions; /* [HGM] secondary TC: max args in 'level' command */\r
     int accumulateTC; /* [HGM] secondary TC: how to handle extra sessions   */\r
+    int nps;          /* [HGM] nps: factor for node count to replace time   */\r
+    int supportsNPS;\r
 } ChessProgramState;\r
 \r
 extern ChessProgramState first, second;\r
@@ -269,5 +271,6 @@ typedef struct {
 } ChessProgramStats_Move;\r
 \r
 extern ChessProgramStats_Move pvInfoList[MAX_MOVES];\r
+extern shuffleOpenings;\r
 \r
 #endif /* _BACKEND */\r