diff mbox

[01/28] libxl: Move FILLZERO up in libxl_internal.h

Message ID 1450809903-3393-2-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Dec. 22, 2015, 6:44 p.m. UTC
This means that callers in libxl_internal.h can use it (eg, inline
functions).  No functional change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
v6: New patch.
---
 tools/libxl/libxl_internal.h |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Ian Campbell Jan. 7, 2016, 5:08 p.m. UTC | #1
On Tue, 2015-12-22 at 18:44 +0000, Ian Jackson wrote:
> This means that callers in libxl_internal.h can use it (eg, inline
> functions).  No functional change.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>
(could go in now despite RFC-ness of the series as a whole)
diff mbox

Patch

diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index a556a38..e442996 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -121,6 +121,8 @@ 
 #define MB(_mb)     (_AC(_mb, ULL) << 20)
 #define GB(_gb)     (_AC(_gb, ULL) << 30)
 
+#define FILLZERO LIBXL_FILLZERO
+
 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
 
 #define ROUNDUP(_val, _order)                                           \
@@ -3545,9 +3547,6 @@  _hidden void libxl__domain_suspend_callback(void *data);
     })
 
 
-#define FILLZERO LIBXL_FILLZERO
-
-
 /*
  * All of these assume (or define)
  *    libxl__gc *gc;