From 77697071bc7add5d69ef85918c339a00978dacf8 Mon Sep 17 00:00:00 2001 From: Thomas Sanders Date: Fri, 2 Sep 2016 17:07:53 +0100 Subject: [PATCH] CP-18658: Add pvs_rules_active to Vif.state type Signed-off-by: Thomas Sanders --- xen/xenops_interface.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/xenops_interface.ml b/xen/xenops_interface.ml index 1bca2899..051fda91 100644 --- a/xen/xenops_interface.ml +++ b/xen/xenops_interface.ml @@ -514,6 +514,7 @@ module Vif = struct kthread_pid: int; media_present: bool; device: string option; + pvs_rules_active: bool; } end