]> xenbits.xensource.com Git - xen.git/commit
libxl: use GCSPRINTF instead of libxl__sprintf
authorKelley Nielsen <kelleynnn@gmail.com>
Mon, 11 Nov 2013 23:23:53 +0000 (15:23 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 14:09:43 +0000 (14:09 +0000)
commitaa76b2010c311a6b812c97f9f17886f18df1069b
tree7388aecd9487a06c8f200817bb93a948b722e059
parent5ad997a70583f7ee43baaefd6ad2e5d71fc44663
libxl: use GCSPRINTF instead of libxl__sprintf

Code cleanup - no functional changes

The convenience macro GCSPRINTF has been written to be used in place
of libxl__sprintf(). Replace all calls to libxl__sprintf() in
libxl_utils.c with invocations of the new macro.

Suggested-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_utils.c