WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 1 of 2] Add a trivial interface hiding the implementati

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 1 of 2] Add a trivial interface hiding the implementation of the redo_log_alert module
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Wed, 4 Nov 2009 22:22:53 +0000
Delivery-date: Wed, 04 Nov 2009 14:20:27 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1257373372@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1257373329 0
# Node ID 02fe2ca1d1f4e02b0921164299ff9e996c90413b
# Parent  55113722d48c9029add5ca584f400836a4088896
Add a trivial interface hiding the implementation of the redo_log_alert module.

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r 55113722d48c -r 02fe2ca1d1f4 ocaml/xapi/redo_log_alert.mli
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ocaml/xapi/redo_log_alert.mli     Wed Nov 04 22:22:09 2009 +0000
@@ -0,0 +1,17 @@
+(*
+ * Copyright (C) 2009 Citrix Systems Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; version 2.1 only. with the special
+ * exception on linking described in file LICENSE.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *)
+
+(** Runs forever waiting for the redo log's status to change i.e. for
+       it to fail or to recover, generating alerts on transitions.*)
+val loop: unit -> unit
1 file changed, 17 insertions(+)
ocaml/xapi/redo_log_alert.mli |   17 +++++++++++++++++


Attachment: xen-api.hg-2.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api