mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
- Version changed to 1.0.1
- Switched back to the debug mode git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@442 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes \
|
||||
PROGS = fileio_tgt
|
||||
LIBS = -lpthread
|
||||
|
||||
#CFLAGS += -DEXTRACHECKS
|
||||
CFLAGS += -DTRACING
|
||||
#CFLAGS += -DDEBUG -g
|
||||
CFLAGS += -DEXTRACHECKS
|
||||
#CFLAGS += -DTRACING
|
||||
CFLAGS += -DDEBUG -g
|
||||
|
||||
#CFLAGS += -DDEBUG_NOMEM
|
||||
#CFLAGS += -DDEBUG_SENSE
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
User space FILEIO handler
|
||||
=========================
|
||||
|
||||
Version 1.0.0, 7 July 2008
|
||||
Version 1.0.1, X XXXX 2008
|
||||
--------------------------
|
||||
|
||||
User space program fileio_tgt uses interface of SCST's scst_user dev
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
|
||||
#endif /* defined(DEBUG) || defined(TRACING) */
|
||||
|
||||
#define DEF_BLOCK_SHIFT 9
|
||||
#define VERSION_STR "1.0.0"
|
||||
#define VERSION_STR "1.0.1"
|
||||
#define THREADS 7
|
||||
|
||||
static struct option const long_options[] =
|
||||
|
||||
Reference in New Issue
Block a user