All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Scott <dave.scott@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 5 of 5] tools: ocaml: rename nic_remove to nic_del, for consistency with libxl
Date: Mon, 28 Mar 2011 13:26:39 +0100	[thread overview]
Message-ID: <bb7e56721316582cc425.1301315199@ely> (raw)
In-Reply-To: <patchbomb.1301315194@ely>

# HG changeset patch
# User David Scott <dave.scott@eu.citrix.com>
# Date 1301314652 -3600
# Node ID bb7e56721316582cc42527e97e7651a8a369c33c
# Parent  455cc73ea6268d54bc94e4c39ee954cef107f88b
tools: ocaml: rename nic_remove to nic_del, for consistency with libxl.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>

diff -r 455cc73ea626 -r bb7e56721316 tools/ocaml/libs/xl/xl.ml
--- a/tools/ocaml/libs/xl/xl.ml	Mon Mar 28 13:17:32 2011 +0100
+++ b/tools/ocaml/libs/xl/xl.ml	Mon Mar 28 13:17:32 2011 +0100
@@ -184,7 +184,7 @@
 external disk_remove : disk_info -> domid -> unit = "stub_xl_disk_remove"
 
 external nic_add : Nic_info.t -> domid -> unit = "stub_xl_nic_add"
-external nic_remove : disk_info -> domid -> unit = "stub_xl_nic_remove"
+external nic_del : Nic_info.t -> domid -> unit = "stub_xl_nic_del"
 
 external console_add : console_info -> build_state -> domid -> unit = "stub_xl_console_add"
 
diff -r 455cc73ea626 -r bb7e56721316 tools/ocaml/libs/xl/xl.mli
--- a/tools/ocaml/libs/xl/xl.mli	Mon Mar 28 13:17:32 2011 +0100
+++ b/tools/ocaml/libs/xl/xl.mli	Mon Mar 28 13:17:32 2011 +0100
@@ -184,7 +184,7 @@
 external disk_remove : disk_info -> domid -> unit = "stub_xl_disk_remove"
 
 external nic_add : Nic_info.t -> domid -> unit = "stub_xl_nic_add"
-external nic_remove : disk_info -> domid -> unit = "stub_xl_nic_remove"
+external nic_del : Nic_info.t -> domid -> unit = "stub_xl_nic_del"
 
 external console_add : console_info -> build_state -> domid -> unit = "stub_xl_console_add"
 
diff -r 455cc73ea626 -r bb7e56721316 tools/ocaml/libs/xl/xl_stubs.c
--- a/tools/ocaml/libs/xl/xl_stubs.c	Mon Mar 28 13:17:32 2011 +0100
+++ b/tools/ocaml/libs/xl/xl_stubs.c	Mon Mar 28 13:17:32 2011 +0100
@@ -416,7 +416,7 @@
 	CAMLreturn(Val_unit);
 }
 
-value stub_xl_nic_remove(value info, value domid)
+value stub_xl_nic_del(value info, value domid)
 {
 	CAMLparam2(info, domid);
 	libxl_device_nic c_info;

  parent reply	other threads:[~2011-03-28 12:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 12:26 [PATCH 0 of 5] Improvements to libxl VIF hotplug, unplug; xapi can now use these functions David Scott
2011-03-28 12:26 ` [PATCH 1 of 5] libxl: fix memory management in "xl network-attach" David Scott
2011-03-28 14:37   ` Stefano Stabellini
2011-03-29  8:30   ` Ian Campbell
2011-03-28 12:26 ` [PATCH 2 of 5] tools: ocaml: move the nic_info record into a module to the field labels live in a separate namespace David Scott
2011-03-29  8:42   ` Ian Campbell
2011-03-30 17:18     ` Dave Scott
2011-03-28 12:26 ` [PATCH 3 of 5] libxl: add NIC QoS parameters David Scott
2011-03-28 14:37   ` Stefano Stabellini
2011-03-29  8:48     ` Ian Campbell
2011-03-28 12:26 ` [PATCH 4 of 5] tools: ocaml: add NIC QoS parameters to the ocaml libxl interface David Scott
2011-03-29  8:49   ` Ian Campbell
2011-03-28 12:26 ` David Scott [this message]
2011-03-29  8:52   ` [PATCH 5 of 5] tools: ocaml: rename nic_remove to nic_del, for consistency with libxl Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb7e56721316582cc425.1301315199@ely \
    --to=dave.scott@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.