commit | 40a06e755d8524cd0b24f795e8bdce5ad19fc41b | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Mar 05 14:46:05 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Mar 13 15:29:12 2009 -0500 |
tree | 63e2ecb26254460fcadaaea612e5ab411625ba13 | |
parent | 4d1083509a69a36cc1394f188b7b8956e5526a16 [diff] |
[SCSI] libiscsi: pass session failure a session struct The api for conn and session failures is akward because one takes a conn from the lib and one takes a session from the class. This syncs up the interfaces to use structs from the lib. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>