Erez Zilber wrote:
> {
> return strcmp(dir->d_name, ".") && strcmp(dir->d_name, "..");
> diff --git a/usr/iscsi_sysfs.h b/usr/iscsi_sysfs.h
> index a6163af..0e10b34 100644
> --- a/usr/iscsi_sysfs.h
> +++ b/usr/iscsi_sysfs.h
> @@ -90,6 +90,7 @@ extern struct iscsi_transport *get_transport_by_hba(long
> host_no);
> extern struct iscsi_transport *get_transport_by_session(char *sys_session);
> extern struct iscsi_transport *get_transport_by_sid(uint32_t sid);
> extern struct iscsi_transport *get_transport_by_name(char *transport_name);
> +int free_transport_by_handle(uint64_t handle);
>
In the future if every other line is using extern, then go by the
existing coding style. I fixed it when I merged it.
Thanks for fixing this Erez.
Merged in 2f48598d72d48b0575459e9a9323e2cfc6334481
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---