From e6a246e50e62cbcba33d0e1d2371e69e6e089383 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Louis-Francis=20Ratt=C3=A9-Boulianne?= Date: Tue, 2 Jul 2013 19:21:40 +0100 Subject: [PATCH] sync: Change value list param of CreateAlarm and ChangeAlarm into switch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Values for "Value" and "Delta" fields are 64-bit that couldn't be passed through a regular value list/mask. Signed-off-by: Louis-Francis Ratté-Boulianne Signed-off-by: Peter Harris --- src/sync.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/src/sync.xml b/src/sync.xml index 516d149..8a51947 100644 --- a/src/sync.xml +++ b/src/sync.xml @@ -134,16 +134,66 @@ for licensing information. - + + + value_mask + + Counter + + + + ValueType + + + + Value + + + + TestType + + + + Delta + + + + Events + + + - + + + value_mask + + Counter + + + + ValueType + + + + Value + + + + TestType + + + + Delta + + + + Events + + + -- 2.34.1