git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5107 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-11-14 04:16:28 +00:00
parent ff73c5cb2e
commit 39009e749e
+4
View File
@@ -186,6 +186,10 @@ enum scst_cmd_queue_type {
** compiler with another bitfields layout can be used.
***************************************************************/
enum scst_cdb_flags {
/*
* !! Both timeouts must be the lowest bits to match
* !! scst_generic_parse() expectations!
*/
SCST_SMALL_TIMEOUT = 0x0001,
SCST_LONG_TIMEOUT = 0x0002,
#define SCST_BOTH_TIMEOUTS (SCST_SMALL_TIMEOUT | SCST_LONG_TIMEOUT)