Re: iscsid initiator cleanup

2021-02-02 Thread Claudio Jeker
On Tue, Jan 19, 2021 at 02:22:14PM +0100, Claudio Jeker wrote: > In iscsid the initiator is kind of a singleton. So lets make use of this > and remove the initiator argument from all function calls. > > This compiles for me but I can't currently test this out. Updated version for -current. --

iscsid initiator cleanup

2021-01-19 Thread Claudio Jeker
In iscsid the initiator is kind of a singleton. So lets make use of this and remove the initiator argument from all function calls. This compiles for me but I can't currently test this out. -- :wq Claudio Index: initiator.c === RCS