- 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:
Vladislav Bolkhovitin
2008-07-09 16:44:01 +00:00
parent 8ce744d0ef
commit 8c71b68271
23 changed files with 43 additions and 33 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -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[] =