]> xenbits.xensource.com Git - xen.git/commit
libxl: clean up namespace violation
authorWei Liu <wei.liu2@citrix.com>
Wed, 9 Jul 2014 09:45:25 +0000 (10:45 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 10 Jul 2014 12:06:55 +0000 (13:06 +0100)
commitc7857abd916c3dbc75c13443eb28f44437eb1f57
tree020f002fff7aa745ec70d2ebb12a597da801488f
parent731233d64f6a7602c1ca297f7b67ec25433642e7
libxl: clean up namespace violation

In 752f181f ("libxl_json: introduce parser functions for builtin types")
a bunch of parser functions were introduced. Unfortunately they
polluted the public namespace with a prefix "libxl_", while they should
be internal functions.

This patch changes the prefix to "libxl__". No functional change
introduced.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_cpuid.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_json.c
tools/libxl/libxl_nocpuid.c