Initial commit
This commit is contained in:
5
initiator/initiator.go
Normal file
5
initiator/initiator.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package initiator
|
||||
|
||||
func New() {
|
||||
|
||||
}
|
10
initiator/libiscsi.go
Normal file
10
initiator/libiscsi.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package initiator
|
||||
|
||||
/*
|
||||
* This file is a straight set of bindings for the C "iscsi/iscsi.h" file
|
||||
* We're working against 1.11.0 as that's what's in fedora 21, hurrah
|
||||
*/
|
||||
|
||||
import "C"
|
||||
|
||||
|
Reference in New Issue
Block a user