add compact xml
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 13 Mar 2007 00:56:52 +0000 (00:56 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 13 Mar 2007 00:56:52 +0000 (00:56 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2416 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/Makefile.am
ltt-control/facilities/compact.xml [new file with mode: 0644]

index 6f9d35794ae8bebbe91d0f9449095dffcfdef20a..0e181eb867cdaea3b85f48277efc48d4772da43d 100644 (file)
@@ -22,7 +22,8 @@ statedump.xml \
 timer.xml \
 user_generic.xml \
 network_ip_interface.xml \
-xen.xml
+xen.xml \
+compact.xml
 
 facilities_DATA = \
 core.xml \
@@ -47,7 +48,8 @@ statedump.xml \
 timer.xml \
 user_generic.xml \
 network_ip_interface.xml \
-xen.xml
+xen.xml \
+compact.xml
 
 
 facilitiesdir = $(pkgdatadir)/facilities
diff --git a/ltt-control/facilities/compact.xml b/ltt-control/facilities/compact.xml
new file mode 100644 (file)
index 0000000..822e14e
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<facility name="compact">
+  <description>The compact facility contains high rate compact events.</description>
+
+  <event name="event_a">
+    <description>Compact event with no data</description>
+  </event>
+
+  <event name="event_b">
+    <description>Compact event with 4 bytes of data</description>
+    <field name="data1"> <uint_fixed size="4"/> </field>
+  </event>
+
+  <event name="event_c">
+    <description>Compact event with 8 bytes of data</description>
+    <field name="data1"> <uint_fixed size="8"/> </field>
+  </event>
+
+</facility>
This page took 0.024627 seconds and 4 git commands to generate.