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 | 8a9770a678f1cb9419f9586ac7f6d9bd318cc0b9 (patch) | |
| tree | b7284043fe639a2c6a880fc33836ce0b51d21b7e /cpp/xml | |
| parent | 24bab03d46eb9ead028c8a0c937ae70ec5ab071b (diff) | |
| download | qpid-python-8a9770a678f1cb9419f9586ac7f6d9bd318cc0b9.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> |
