]> git.sesse.net Git - stockfish/commit
Pass also opponent time to think()
authorMarco Costalba <mcostalba@gmail.com>
Thu, 18 Sep 2008 09:31:01 +0000 (10:31 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 18 Sep 2008 10:27:09 +0000 (12:27 +0200)
commitd583176baf70e374b95d09eaacf7e9d3f8978d5a
treec357b040991bff976eec7eb9732fee6fca351941
parent4c5eaeb363736578fcd66f1dc6f83e7961d1b115
Pass also opponent time to think()

This patch modifies think() signature to accept
also opponent time. This is needed for future
changes to time managment.

Still no functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/benchmark.cpp
src/search.cpp
src/search.h
src/uci.cpp