Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
This commit is contained in:
parent
4f9e942103
commit
b5f1f7346e
52 changed files with 492 additions and 496 deletions
|
|
@ -976,7 +976,7 @@ netconf_malformed_message_xml(cxobj **xret,
|
|||
*/
|
||||
int
|
||||
netconf_trymerge(cxobj *x,
|
||||
yang_spec *yspec,
|
||||
yang_stmt *yspec,
|
||||
cxobj **xret)
|
||||
{
|
||||
int retval = -1;
|
||||
|
|
@ -1018,7 +1018,7 @@ netconf_module_load(clicon_handle h)
|
|||
{
|
||||
int retval = -1;
|
||||
cxobj *xc;
|
||||
yang_spec *yspec;
|
||||
yang_stmt *yspec;
|
||||
|
||||
yspec = clicon_dbspec_yang(h);
|
||||
if ((xc = clicon_conf_xml(h)) == NULL){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue