test stream util function
This commit is contained in:
parent
7450eae046
commit
e4adec413a
5 changed files with 233 additions and 5 deletions
|
|
@ -199,7 +199,8 @@ stream_get_xml(clicon_handle h,
|
|||
cprintf(cb, "<name>%s</name>", es->es_name);
|
||||
if (es->es_description)
|
||||
cprintf(cb, "<description>%s</description>", es->es_description);
|
||||
cprintf(cb, "<replay-support>false</replay-support>");
|
||||
cprintf(cb, "<replay-support>%s</replay-support>",
|
||||
es->es_replay_enabled?"true":"false");
|
||||
if (access){
|
||||
cprintf(cb, "<access>");
|
||||
cprintf(cb, "<encoding>xml</encoding>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue