[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] tools/xenstore: Document that xs_close(0) is OK.
commit 611824e64894374696bba47ecfee282a7b7db60a Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Fri Nov 2 17:01:07 2018 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Nov 28 11:40:26 2018 +0000 tools/xenstore: Document that xs_close(0) is OK. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/xenstore/include/xenstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/include/xenstore.h b/tools/xenstore/include/xenstore.h index 064b62c455..889dc23863 100644 --- a/tools/xenstore/include/xenstore.h +++ b/tools/xenstore/include/xenstore.h @@ -77,7 +77,7 @@ typedef uint32_t xs_transaction_t; struct xs_handle *xs_open(unsigned long flags); /* Close the connection to the xs daemon. */ -void xs_close(struct xs_handle *xsh); +void xs_close(struct xs_handle *xsh /* NULL ok */); /* Connect to the xs daemon. * Returns a handle or NULL. -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |