~ubuntu-branches/ubuntu/hardy/open-iscsi/hardy-updates

« back to all changes in this revision

Viewing changes to usr/ioctl.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Zobel-Helas
  • Date: 2006-12-03 16:54:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061203165421-xhttz5j4l9sowg8u
Tags: 2.0.730-0.2
upload to unstable, as no new bugs arised.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
static int
77
77
kcreate_session(uint64_t transport_handle, uint32_t initial_cmdsn,
78
 
                uint64_t *out_handle, uint32_t *out_sid)
 
78
                uint32_t *out_sid, uint32_t *out_hostno)
79
79
{
80
80
        int rc;
81
81
        struct iscsi_uevent ev;