diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-29 22:59:09 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-29 22:59:09 +0000 |
| commit | a78bf7b9144ed3db8e798124595f48fc75231cce (patch) | |
| tree | b7284043fe639a2c6a880fc33836ce0b51d21b7e /cpp/xml | |
| parent | 726b23f43478a85b961365e4de3a9302a261f6b3 (diff) | |
| download | qpid-python-a78bf7b9144ed3db8e798124595f48fc75231cce.tar.gz | |
Replace PeriodicTimer with ClusterTimer, which inherits from Timer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 8 |
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> |
