Re: [PATCH] build: Fix build failure on mingw32 platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For the title, s/mingw32/non-linux/.

On 2012年09月17日 22:11, Osier Yang wrote:
---
I'm not sure if we prefer indentions inside the block between
"#ifdef __linux__" ... "#else" clause. nodeinfo.c uses both
(indentions/no indentions).
---
  src/nodeinfo.c |   12 ++++++++----
  1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/nodeinfo.c b/src/nodeinfo.c
index 7af6512..1ec3ada 100644
--- a/src/nodeinfo.c
+++ b/src/nodeinfo.c
@@ -971,13 +971,14 @@ cleanup:

  int
  nodeSetMemoryParameters(virConnectPtr conn ATTRIBUTE_UNUSED,
-                        virTypedParameterPtr params,
-                        int nparams,
+                        virTypedParameterPtr params ATTRIBUTE_UNUSED,
+                        int nparams ATTRIBUTE_UNUSED,
                          unsigned int flags)
  {
      virCheckFlags(0, -1);

  #ifdef __linux__
+    {
      int ret = 0;
      int i;

@@ -1010,6 +1011,7 @@ nodeSetMemoryParameters(virConnectPtr conn ATTRIBUTE_UNUSED,
      }

      return ret;
+    }
  #else
      virReportError(VIR_ERR_NO_SUPPORT, "%s",
                     _("node set memory parameters not implemented"
@@ -1066,13 +1068,14 @@ cleanup:
  #define NODE_MEMORY_PARAMETERS_NUM 7
  int
  nodeGetMemoryParameters(virConnectPtr conn ATTRIBUTE_UNUSED,
-                        virTypedParameterPtr params,
-                        int *nparams,
+                        virTypedParameterPtr params ATTRIBUTE_UNUSED,
+                        int *nparams ATTRIBUTE_UNUSED,
                          unsigned int flags)
  {
      virCheckFlags(VIR_TYPED_PARAM_STRING_OKAY, -1);

  #ifdef __linux__
+    {
      unsigned int pages_to_scan;
      unsigned int sleep_millisecs;
      unsigned long long pages_shared;
@@ -1174,6 +1177,7 @@ nodeGetMemoryParameters(virConnectPtr conn ATTRIBUTE_UNUSED,
      }

      return 0;
+    }
  #else
      virReportError(VIR_ERR_NO_SUPPORT, "%s",
                     _("node get memory parameters not implemented"

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]