projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4730c17
)
libxl: drop protype for libxl_ctx_set_log
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:52:28 +0000
(15:52 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:52:28 +0000
(15:52 +0000)
Nothing defines or uses it.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.h
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl.h
b/tools/libxl/libxl.h
index 446dac9d4d65214197732e6b3e3cdb115a539247..27814e228439c326091a1cc0e424cba9f6a22cb5 100644
(file)
--- a/
tools/libxl/libxl.h
+++ b/
tools/libxl/libxl.h
@@
-285,7
+285,6
@@
typedef struct {
/* context functions */
int libxl_ctx_init(libxl_ctx *ctx, int version, xentoollog_logger*);
int libxl_ctx_free(libxl_ctx *ctx);
-int libxl_ctx_set_log(libxl_ctx *ctx, xentoollog_logger*);
int libxl_ctx_postfork(libxl_ctx *ctx);
/* domain related functions */