Added option in FLAIM to disable direct I/O on Linux and Unix platforms. Re-architected the FTK I/O layer and cleaned up the async interfaces.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@643 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -852,18 +852,6 @@ void FLMAPI F_Thread::setThreadStatus(
|
||||
pszStatus = "Terminating";
|
||||
break;
|
||||
|
||||
case FLM_THREAD_STATUS_STARTING_TRANS:
|
||||
pszStatus = "Starting transaction";
|
||||
break;
|
||||
|
||||
case FLM_THREAD_STATUS_COMMITTING_TRANS:
|
||||
pszStatus = "Committing transaction";
|
||||
break;
|
||||
|
||||
case FLM_THREAD_STATUS_ABORTING_TRANS:
|
||||
pszStatus = "Aborting transaction";
|
||||
break;
|
||||
|
||||
case FLM_THREAD_STATUS_UNKNOWN:
|
||||
default:
|
||||
pszStatus = "Unknown";
|
||||
|
||||
Reference in New Issue
Block a user