change xml desc to match LTTV
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 19 Aug 2005 19:46:37 +0000 (19:46 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 19 Aug 2005 19:46:37 +0000 (19:46 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1021 04897980-b3bd-0310-b5e0-8ef037075253

genevent/heartbeat.xml [deleted file]

diff --git a/genevent/heartbeat.xml b/genevent/heartbeat.xml
deleted file mode 100644 (file)
index f3caad9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<facility name=heartbeat>
-  <description>The heartbeat facility has event related to heartbeat timer</description>
-
-  <event name=time_heartbeat>
-    <description>System time values sent periodically to detect cycle counter
-     rollovers. Useful when only the 32 LSB of the TSC are saved in events
-     header : we save the full 64 bits in this event.
-    </description>
-    <typeref name=timestamp/>
-  </event>
-
-  <type name=timestamp>
-    <struct>
-      <field name="seconds"><uint size=4/></field>
-      <field name="nanoseconds"><uint size=4/></field>
-      <field name="cycle_count"><uint size=8/></field>
-    </struct>
-  </type>
-
-</facility>
This page took 0.024465 seconds and 4 git commands to generate.