X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=ecec391ba72ac3d54d7fe0b40277b5bd376d8202;hb=eb28a683bd5a15be4a59c1e14b45b2c80cf7bf2c;hp=cda0ef591192c9852e422447a3a3f57ef91bb1c6;hpb=161c6b025e763d6bcc8339a614be312f2b173437;p=stockfish diff --git a/src/misc.h b/src/misc.h index cda0ef59..ecec391b 100644 --- a/src/misc.h +++ b/src/misc.h @@ -57,7 +57,9 @@ public: static Time current_time() { Time t; t.restart(); return t; } private: - my_time_t t; + sys_time_t t; }; +extern void logger_set(bool b); + #endif // !defined(MISC_H_INCLUDED)