Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Logger.h')
-rw-r--r--src/Logger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Logger.h b/src/Logger.h
index 79b8df19..04397efe 100644
--- a/src/Logger.h
+++ b/src/Logger.h
@@ -30,6 +30,8 @@ private:
void InternalLogMessage(time_t time, const char *message);
FileData logFile;
+ uint32_t lastFlushTime;
+ FilePosition lastFlushFileSize;
bool dirty;
bool inLogger;
};