Low-level message functions added descr argument for better logging C-API change

This commit is contained in:
Olof hagsand 2023-09-11 18:48:20 +02:00
parent 17b64f0bab
commit 9091582087
16 changed files with 397 additions and 236 deletions

View file

@ -99,7 +99,7 @@ main(int argc,
if ((ch = clixon_client_connect(h, CLIXON_CLIENT_NETCONF, NULL)) == NULL)
return -1;
s = clixon_client_socket_get(ch);
if (clixon_client_hello(s, 0) < 0)
if (clixon_client_hello(s, NULL, 0) < 0)
return -1;
/* Here are read functions depending on an example YANG
* (Need an example YANG and XML input to confd)