From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v2 15/15] libxl: add dummy netbsd functions Date: Tue, 22 May 2012 15:02:45 +0100 Message-ID: <1337695365-5142-16-git-send-email-roger.pau@citrix.com> References: <1337695365-5142-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1337695365-5142-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Jackson , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org Add dummy NetBSD functions related to hotplug scripts, so compilation doesn't fail. This functions will be filled in a following series. Cc: Ian Jackson Signed-off-by: Roger Pau Monne --- tools/libxl/libxl_netbsd.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/tools/libxl/libxl_netbsd.c b/tools/libxl/libxl_netbsd.c index 9e0ed6d..75fbce1 100644 --- a/tools/libxl/libxl_netbsd.c +++ b/tools/libxl/libxl_netbsd.c @@ -24,3 +24,13 @@ int libxl__try_phy_backend(mode_t st_mode) return 0; } + +/* Hotplug scripts caller functions */ + +int libxl__get_hotplug_script_info(libxl__gc *gc, libxl__device *dev, + char ***args, char ***env, + libxl__device_action action, + int vif_executed) +{ + return 0; +} -- 1.7.7.5 (Apple Git-26)