]> git.ozlabs.org Git - ccan/commit
iscsi: new module from Ronnie.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Nov 2010 09:19:41 +0000 (19:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Nov 2010 09:19:41 +0000 (19:49 +1030)
commitcb522f25cada0d3429c69d0fbaa5bd337a422cdd
tree14e4d44bb97e085b6ef3e0b802cfbc437ea80aca
parent0473813acdfad62221ec9f2b9b41bc10d1f4586d
iscsi: new module from Ronnie.
15 files changed:
ccan/iscsi/Makefile [new file with mode: 0644]
ccan/iscsi/_info [new file with mode: 0644]
ccan/iscsi/discovery.c [new file with mode: 0644]
ccan/iscsi/dlinklist.h [new file with mode: 0644]
ccan/iscsi/init.c [new file with mode: 0644]
ccan/iscsi/iscsi-private.h [new file with mode: 0644]
ccan/iscsi/iscsi.h [new file with mode: 0644]
ccan/iscsi/login.c [new file with mode: 0644]
ccan/iscsi/nop.c [new file with mode: 0644]
ccan/iscsi/pdu.c [new file with mode: 0644]
ccan/iscsi/scsi-command.c [new file with mode: 0644]
ccan/iscsi/scsi-lowlevel.c [new file with mode: 0644]
ccan/iscsi/scsi-lowlevel.h [new file with mode: 0644]
ccan/iscsi/socket.c [new file with mode: 0644]
ccan/iscsi/tools/iscsiclient.c [new file with mode: 0644]