libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 8 Oct 2012 10:45:31 +0000 (11:45 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 8 Oct 2012 10:45:31 +0000 (11:45 +0100)
commit2b3072ed0cbeed8c0385f20e92ba0f1201db8a17
tree2064aba86fb931200cab209da33c098eba3c0f55
parent469848a080f1be2676cb003a68363edb7de0657e
libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.

Those two JSON_TRUE and JSON_FALSE were types of node. But it's better
to have a unique JSON_BOOL type.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_json.c
tools/libxl/libxl_qmp.c