Restconf native stream support

This commit is contained in:
Olof hagsand 2024-04-22 14:17:29 +02:00
parent 2d5a646b51
commit 2b2a2ec1ad
14 changed files with 626 additions and 205 deletions

View file

@ -72,7 +72,7 @@
#include "backend_handle.h"
#include "backend_get.h"
/*! restrconf get capabilities
/*! Restconf get capabilities
*
* Maybe should be in the restconf client instead of backend?
* @param[in] h Clixon handle
@ -154,7 +154,7 @@ client_get_streams(clixon_handle h,
/* Second argument is a hack to have the same function for the
* RFC5277 and 8040 stream cases
*/
if (stream_get_xml(h, strcmp(top,"restconf-state")==0, cb) < 0)
if (stream_get_xml(h, strcmp(top, "restconf-state")==0, cb) < 0)
goto done;
cprintf(cb,"</%s>", top);