2021-12-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'linkLength' field to the return XML for the 'ListLog'
	WebAPI call.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-12-17 14:57:08 -05:00
parent e26328562f
commit 645e00099a
2 changed files with 4 additions and 0 deletions

View File

@ -20824,3 +20824,6 @@
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdxport(8) that caused the 'SaveLog' WebAPI call
to fail if the target log didn't exist.
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkLength' field to the return XML for the 'ListLog'
WebAPI call.

View File

@ -2380,6 +2380,7 @@ QString RDLogLine::xml(int line) const
ret+=" "+RDXmlField("eventLength",eventLength());
ret+=" "+RDXmlField("linkEventName",linkEventName());
ret+=" "+RDXmlField("linkLength",linkLength());
ret+=" "+RDXmlField("linkStartTime",linkStartTime());
ret+=" "+RDXmlField("linkStartSlop",linkStartSlop());
ret+=" "+RDXmlField("linkEndSlop",linkEndSlop());