summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 569cebaf14..33553fe7f8 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -95,8 +95,12 @@
<field name="frame-seq" type="sequence-no"/>
</control>
- <!-- Synchronize periodic timer tasks across the cluster -->
- <control name="periodic-timer" code="0x15">
+ <!-- Synchronize timer tasks across the cluster -->
+ <control name="timer-wakeup" code="0x15">
+ <field name="name" type="str16"/>
+ </control>
+
+ <control name="timer-drop" code="0x16">
<field name="name" type="str16"/>
</control>