2021-12-12 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-12 14:45:27 -05:00
parent 2c34bde1f1
commit 527fadb8d7
2 changed files with 4 additions and 0 deletions

View File

@ -22753,3 +22753,6 @@
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'graceTime' field to the return XML for the 'ListLog'
WebAPI call.
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkLength' field to the return XML for the 'ListLog'
WebAPI call.

View File

@ -2405,6 +2405,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());