Alter version number to 2.0.4
[polyglot.git] / uci.h
diff --git a/uci.h b/uci.h
index cac77df..01c5fe7 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -42,6 +42,7 @@ typedef struct {
   int best_move;
   int ponder_move;
   
+  char bound_type;
   int score;
   int depth;
   int sel_depth;
@@ -54,6 +55,7 @@ typedef struct {
   char bestmove[UciStringSize];
   
   sint64 node_nb;
+  sint64 tbhit_nb;
   double time;
   double speed;
   double cpu;