Re: [Qemu-devel] [PATCH 02/14] ./block/iscsi/socket.c

2010-12-04 Thread Stefan Hajnoczi
On Fri, Dec 3, 2010 at 11:09 AM, wrote: > +int > +iscsi_connect_async(struct iscsi_context *iscsi, const char *portal, > +                   iscsi_command_cb cb, void *private_data) > +{ > +       int tpgt = -1; > +       int port = 3260; > +       char *str; > +       char *addr; > +       struc

[Qemu-devel] [PATCH 02/14] ./block/iscsi/socket.c

2010-12-03 Thread ronniesahlberg
From: Ronnie Sahlberg iscsi client library : socket.c This file contains functions for basic manipulation of the socket used to talk to a iscsi target. This includes, connect, disconnect, basic primitives for interfacing with an external eventsystem, reading and writing to the socket. The sock