From 38f4967109c9a81caab84c328259c62a4b2c04ad Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 29 Oct 2016 16:30:08 +0200 Subject: [PATCH] sar: Add softnet statistics (part 7): Update XSD and DTD documents Update XSD and DTD documents to take into account new softnet statistics. Signed-off-by: Sebastien GODARD --- sadf.h | 2 +- xml/{sysstat-3.1.dtd => sysstat-3.2.dtd} | 14 ++++++++++++-- xml/sysstat.xsd | 13 ++++++++++++- 3 files changed, 25 insertions(+), 4 deletions(-) rename xml/{sysstat-3.1.dtd => sysstat-3.2.dtd} (97%) diff --git a/sadf.h b/sadf.h index 5f3a82f..632be25 100644 --- a/sadf.h +++ b/sadf.h @@ -9,7 +9,7 @@ #include "sa.h" /* DTD version for XML output */ -#define XML_DTD_VERSION "3.1" +#define XML_DTD_VERSION "3.2" /* Various constants */ #define DO_SAVE 0 diff --git a/xml/sysstat-3.1.dtd b/xml/sysstat-3.2.dtd similarity index 97% rename from xml/sysstat-3.1.dtd rename to xml/sysstat-3.2.dtd index 743c6ac..b7f11de 100644 --- a/xml/sysstat-3.1.dtd +++ b/xml/sysstat-3.2.dtd @@ -1,5 +1,5 @@ - + - + @@ -494,6 +494,16 @@ fch_txw CDATA #REQUIRED > + + + diff --git a/xml/sysstat.xsd b/xml/sysstat.xsd index eaf486c..cb489a8 100644 --- a/xml/sysstat.xsd +++ b/xml/sysstat.xsd @@ -1,7 +1,7 @@ - -- XML Schema v3.1 for sysstat. See sadf.h -- + -- XML Schema v3.2 for sysstat. See sadf.h -- @@ -371,6 +371,7 @@ + @@ -610,6 +611,16 @@ + + + + + + + + + + -- 2.40.0