~yolanda.robla/ubuntu/saucy/open-iscsi/dep-8-tests

« back to all changes in this revision

Viewing changes to usr/iser.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-07-10 13:53:52 UTC
  • mfrom: (1.1.5) (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120710135352-8pw2po02ka51y2g2
Tags: 2.0.873-3ubuntu1
* Merge from Debian. Remaining changes: (LP: #961114, LP: #677333)
  - Add upstart job iscsi-network-interface
  - Migrate from /var/run and /lib/init/rw to /run, from /var/lock to
    /run/lock.
* Turn open-iscsi-utils into a transitional package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef ISER_TRANSPORT
 
2
#define ISER_TRANSPORT
 
3
 
 
4
struct iscsi_conn;
 
5
 
 
6
extern void iser_create_conn(struct iscsi_conn *conn);
 
7
 
 
8
#endif