mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
merge soc07 r5077:5080 - Adding 'extrainfo' in the taskbegin/taskend XML elements for the SPM additional info
This commit is contained in:
parent
ed8b7899a0
commit
f0e99644a7
2 changed files with 8 additions and 2 deletions
|
|
@ -105,6 +105,7 @@
|
|||
<!ATTLIST taskbegin
|
||||
task CDATA #REQUIRED
|
||||
time %attr_numeric; #REQUIRED
|
||||
extrainfo CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!-- this element is written in timing.c:printStats() -->
|
||||
|
|
@ -122,6 +123,7 @@
|
|||
<!ATTLIST taskend
|
||||
task CDATA #REQUIRED
|
||||
time %attr_numeric; #REQUIRED
|
||||
extrainfo CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue