New version 1.15.0
- Replace some u_int32_t with uint32_t - Portability fixes to iscsi-perf - Improved documentation for the tests in README - Add/fix support for setting task/pdu timeouts and add unit tests for it. - Add multipath helpers for the test suite and add a simple multipath test - Skip sending TUR during reconnect, since it can cause the connection to - hang. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ libiscsi_la_SOURCES += md5.c
|
||||
endif
|
||||
|
||||
SOCURRENT=6
|
||||
SOREVISON=0
|
||||
SOREVISON=1
|
||||
SOAGE=2
|
||||
libiscsi_la_LDFLAGS = \
|
||||
-version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \
|
||||
|
||||
Reference in New Issue
Block a user