[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl: event: Document lifetime API for libxl_childproc_setmode
commit 292394e7cf77af42053254a6b0ec8503d1d67c79 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Fri Jan 17 18:12:07 2020 +0000 Commit: Wei Liu <wl@xxxxxxx> CommitDate: Mon Jan 20 12:10:30 2020 +0000 libxl: event: Document lifetime API for libxl_childproc_setmode There is already an identical comment for libxl_osevent_register_hooks. libxl_childproc_setmode's hooks parameter has the same property and this should be documented. Reported-by; George Dunlap <george.dunlap@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- tools/libxl/libxl_event.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libxl/libxl_event.h b/tools/libxl/libxl_event.h index d1517f7456..8d0aa6417e 100644 --- a/tools/libxl/libxl_event.h +++ b/tools/libxl/libxl_event.h @@ -548,6 +548,8 @@ typedef struct { * May not be called when libxl might have any child processes, or the * behaviour is undefined. So it is best to call this at * initialisation. + * + * The value *hooks is not copied and must outlast the libxl_ctx. */ void libxl_childproc_setmode(libxl_ctx *ctx, const libxl_childproc_hooks *hooks, void *user); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |