blob: f35c38c11da2173d36125c92b7bca279b5198537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/include/iscsi_if.h
+++ b/include/iscsi_if.h
@@ -36,6 +36,10 @@
*/
#endif
+#ifndef ISCSI_DB_ROOT
+#define ISCSI_DB_ROOT "/etc/iscsi"
+#endif
+
#define ISCSI_NL_GRP_ISCSID 1
#define ISCSI_NL_GRP_UIP 2
|