Required updates due to FTK API changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@543 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -136,13 +136,12 @@ RCODE F_Database::lgFlushLogBuffer(
|
||||
m_pCurrLogBuffer->startTimer( pDbStats);
|
||||
|
||||
// NOTE: No guarantee that m_pCurrLogBuffer will still be around
|
||||
// after the call to WriteBlock, unless we are doing
|
||||
// after the call to writeBlock, unless we are doing
|
||||
// non-asynchronous write.
|
||||
|
||||
rc = pSFileHdl->writeBlock( m_uiCurrLogBlkAddr,
|
||||
m_uiCurrLogWriteOffset,
|
||||
m_pCurrLogBuffer->getBuffer(),
|
||||
m_pCurrLogBuffer->getBufferSize(),
|
||||
pAsyncBuffer, &uiBytesWritten);
|
||||
if (!pAsyncBuffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user