commit | 9ad23f4d1f92cdfef2f13be9c30d208ea901d50d | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Oct 31 15:46:52 2016 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Oct 31 15:46:52 2016 +0100 |
tree | 60c6069e26234434d534d1b2a8e7c5881566a4fa | |
parent | 9a133564a25e9e9587ec93f9f7b3dbcfa8f5b433 [diff] [blame] |
data tree CHANGE modify lyd_leaf_type() change the function to return not only the data type enumeration but the complete data type definition. This allows caller to get detailed information about the type restrictions. Relates to CESNET/Netopeer2#47
diff --git a/src/tree_schema.c b/src/tree_schema.c index e5f00b7..c905a5b 100644 --- a/src/tree_schema.c +++ b/src/tree_schema.c
@@ -3703,3 +3703,4 @@ return result; } +