libvirt/src/storage/storage_backend_iscsi_direct.h
Clementine Hayat f0bf1be3e7 storage: Introduce iscsi_direct pool type
Introducing the pool as a noop. Integration inside the build
system. Implementation will be in the following commits.

Signed-off-by: Clementine Hayat <clem@lse.epita.fr>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2018-08-06 12:23:55 +02:00

7 lines
176 B
C

#ifndef __VIR_STORAGE_BACKEND_ISCSI_H__
# define __VIR_STORAGE_BACKEND_ISCSI_H__
int virStorageBackendISCSIDirectRegister(void);
#endif /* __VIR_STORAGE_BACKEND_ISCSI_H__ */