aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Prestwood <james.prestwood@intel.com>2017-05-15 10:57:44 -0700
committerGeoff Gustafson <geoff@linux.intel.com>2017-05-15 10:57:44 -0700
commit90c3140a3445d7a76f5b42cc4cc1e3156c5c3163 (patch)
treea7830abc64e7f0538a7a482534d6f0af01f9f730
parentb09360c3841fd9d5094c258521d86a87339636cc (diff)
[ocf] Increase resource type string length (#1155)
Fixes #1144 Signed-off-by: James Prestwood <james.prestwood@intel.com>
-rw-r--r--src/zjs_ocf_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zjs_ocf_common.h b/src/zjs_ocf_common.h
index 222a5eb..9e3abe0 100644
--- a/src/zjs_ocf_common.h
+++ b/src/zjs_ocf_common.h
@@ -24,7 +24,7 @@ struct props_handle {
#define TYPE_IS_UINT 2
#define OCF_MAX_DEVICE_ID_LEN 36
-#define OCF_MAX_RES_TYPE_LEN 16
+#define OCF_MAX_RES_TYPE_LEN 32
#define OCF_MAX_RES_PATH_LEN 64
#define OCF_MAX_URI_LEN 64
#define OCF_MAX_PROP_NAME_LEN 16