mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Fix ft_get_transport_id() prototype change in r3322
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3326 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -137,7 +137,7 @@ int ft_tgt_release(struct scst_tgt *);
|
||||
int ft_tgt_enable(struct scst_tgt *, bool);
|
||||
bool ft_tgt_enabled(struct scst_tgt *);
|
||||
int ft_report_aen(struct scst_aen *);
|
||||
int ft_get_transport_id(struct scst_session *, uint8_t **);
|
||||
int ft_get_transport_id(struct scst_tgt *, struct scst_session *, uint8_t **);
|
||||
|
||||
/*
|
||||
* Session interface.
|
||||
|
||||
Reference in New Issue
Block a user