X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=f60da4a514d1814192bc7b67d02679971f4e94f3;hb=2c097c81268e083f472bccfb47ecf56db3e3853e;hp=2554f3fbd8a122bfefb7e5abbd833fe71eba955d;hpb=4004bcf3a48c47450344e93fcf186e3eb5d32165;p=stockfish diff --git a/src/search.h b/src/search.h index 2554f3fb..f60da4a5 100644 --- a/src/search.h +++ b/src/search.h @@ -48,6 +48,8 @@ struct Stack { int statScore; int moveCount; bool inCheck; + bool ttPv; + bool ttHit; };