Add PG option to show tablebase hits
[polyglot.git] / uci.h
diff --git a/uci.h b/uci.h
index cac77df..b163616 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -54,6 +54,7 @@ typedef struct {
   char bestmove[UciStringSize];
   
   sint64 node_nb;
+  sint64 tbhit_nb;
   double time;
   double speed;
   double cpu;