libxl: libxl_destroy_cpumap becomes libxl_cpumap_destroy
authorIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
commit657d30ae598bd6107699d856653be1e4ee57b6b4
tree710f686a2139fe4bae24bb23221b36928ceb59e8
parent9dcc52ddb640328147d58ddf53241ad9617c57de
libxl: libxl_destroy_cpumap becomes libxl_cpumap_destroy

Now that IDL type destructors are no longer libxl_*_destroy we can use the more
common libxl_NOUN_VERB structure here.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/xl_cmdimpl.c