commit | 1dac40ccaf646306e2f7d061705284df8cf50dd0 | [log] [tgz] |
---|---|---|
author | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Wed Sep 28 11:39:26 2016 +0200 |
committer | Pavol Vican <xvican01@stud.fit.vutbr.cz> | Wed Sep 28 11:58:14 2016 +0200 |
tree | 19028bd01fe9b1975bd02039f34b64f52d96588a | |
parent | 52219be6aaa2671159e9d2530e882ccef3c13f27 [diff] [blame] |
parser yang CHANGE config values FINISH: commit e022a568783244a288247c5a31e85347209ac583
diff --git a/src/parser_yang_bis.h b/src/parser_yang_bis.h index d4f9cf3..eea2d0b 100644 --- a/src/parser_yang_bis.h +++ b/src/parser_yang_bis.h
@@ -167,10 +167,10 @@ struct type_node node; struct lys_node_case *cs; struct lys_node_grp *grouping; - struct type_uses uses; struct lys_refine *refine; struct lys_node_notif *notif; struct type_deviation *deviation; + struct lys_node_uses *uses; } nodes;