commit | ceae633b413079cfa84cf211890df7bfb0f6e06f | [log] [tgz] |
---|---|---|
author | aPiecek <piecek@cesnet.cz> | Wed Jun 21 10:46:08 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Jul 04 14:31:45 2023 +0200 |
tree | 0ef9d4f036c5f8f8ba78e7cdcd0e7903c0983fe1 | |
parent | d8f002f963bfd2ede01a5f6073c3321f9316b45b [diff] [blame] |
yanglint REFACTOR renaming feature_schema
diff --git a/tools/lint/yl_schema_features.h b/tools/lint/yl_schema_features.h index b697dcc..7c96ba8 100644 --- a/tools/lint/yl_schema_features.h +++ b/tools/lint/yl_schema_features.h
@@ -25,7 +25,7 @@ /** * @brief Storage for the list of the features (their names) in a specific YANG module. */ -struct schema_features { +struct yl_schema_features { char *mod_name; char **features; uint8_t applied;