|
Defines the source of a XML data in the system. This helps systems that have hooked the XML doc signal to determine if they'd like to operate on the data or just ignore the data. - Enumeration values:
-
SMD_XML_SOURCE_PVD |
XML data is from a PVD probe done on a specific computer. See mod_pvd for more information. |
SMD_XML_SOURCE_HTTPD |
Posted from an external source. Much like a PVD probe but less frequent and containing more arbitrary data. |
SMD_XML_SOURCE_POST |
Posted from an external source. Much like a PVD probe but less frequent and containing more arbitrary data. |
|