Michael Chan wrote:
> diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h
> index 2c1a4af..0990dbb 100644
> --- a/include/scsi/iscsi_if.h
> +++ b/include/scsi/iscsi_if.h
> @@ -23,6 +23,9 @@
>  

> + */
> +struct iscsi_path {
> +     uint64_t        handle;
> +     uint8_t         mac_addr[6];
> +     uint8_t         mac_addr_old[6];
> +     uint32_t        ip_addr_len;    /* 4 or 16 */
> +     union {
> +             struct in_addr  v4_addr;
> +             struct in6_addr v6_addr;
> +     } src;
> +     union {
> +             struct in_addr  v4_addr;
> +             struct in6_addr v6_addr;

I think we have to include in6.h and in.h in this file, right? iser 
would not compile with this patch without it. If that is right and it 
works for you now, I can just fix it when I merge the patch.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Reply via email to