diff options
| author | Michael Brown | 2007-07-08 20:33:26 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-08 20:33:26 +0200 |
| commit | edd1b173a7702104eeac1c028632ff6eebc10023 (patch) | |
| tree | cd4ba63d4d6511438e0db5b1a12fcea4ef57461a /src/include | |
| parent | Everything except the SCSI interface should now be present (diff) | |
| download | ipxe-edd1b173a7702104eeac1c028632ff6eebc10023.tar.gz ipxe-edd1b173a7702104eeac1c028632ff6eebc10023.tar.xz ipxe-edd1b173a7702104eeac1c028632ff6eebc10023.zip | |
Code in place to use a hypothetical SCSI interface.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/iscsi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h index 7c2e4b18a..03fc0641e 100644 --- a/src/include/gpxe/iscsi.h +++ b/src/include/gpxe/iscsi.h @@ -589,6 +589,11 @@ struct iscsi_session { * Set to NULL when command is complete. */ struct scsi_command *command; + /** SCSI command return code + * + * Set to -EINPROGRESS while command is processing. + */ + int rc; /** Instant return code * * Set to a non-zero value if all requests should return |
