Correctly implementg selDepth feature

Send to GUI the deepest search depth apart from
qsearch of the PV line.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-19 10:24:43 +02:00
parent fdc9f8cbd7
commit 2c317d7b28
2 changed files with 27 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ enum ThreadState
};
struct Thread {
int maxPly;
Lock sleepLock;
WaitCondition sleepCond;
volatile ThreadState state;