Added logWriter_isDurable. If = 0, then the log will never be forced.
This commit is contained in:
parent
1b6c828bd2
commit
af175896cb
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ void deleteLogWriter();
|
|||
*/
|
||||
LogEntry * readLSNEntry(lsn_t LSN);
|
||||
|
||||
extern int logWriter_isDurable;
|
||||
|
||||
END_C_DECLS
|
||||
|
||||
#endif /* __LLADD_LOGGER_LOGWRITER_H */
|
||||
|
|
Loading…
Reference in a new issue