Index: src/liblogger/TAsyncMultiLogger.h =================================================================== diff -u -N -r12b36349f6214befeace08efa9acc7e03be0d847 -r8f634460db3f225ca24f2e447b3730d4f0614166 --- src/liblogger/TAsyncMultiLogger.h (.../TAsyncMultiLogger.h) (revision 12b36349f6214befeace08efa9acc7e03be0d847) +++ src/liblogger/TAsyncMultiLogger.h (.../TAsyncMultiLogger.h) (revision 8f634460db3f225ca24f2e447b3730d4f0614166) @@ -42,7 +42,7 @@ TLogFileDataPtr CreateLoggerData(PCTSTR pszLogPath, const TMultiLoggerConfigPtr& spLoggerConfig); TLoggerRotationInfoPtr GetRotationInfo() const; - void SetRotationInfo(unsigned long long ullMaxLogSize, unsigned long ulMaxRotatedCount); + void SetRotationInfo(unsigned int uiMaxLogSize, unsigned int uiMaxRotatedCount); private: void LoggingThread();