direct-io.hg
changeset 7602:d507f32afba9
Make it clear that the result of xs_get_domain_path() must be free()'d.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Nov 02 11:25:08 2005 +0100 (2005-11-02) |
parents | 4ec05d64f202 |
children | e519f3239a97 |
files | tools/xenstore/xs.h |
line diff
1.1 --- a/tools/xenstore/xs.h Wed Nov 02 11:24:49 2005 +0100 1.2 +++ b/tools/xenstore/xs.h Wed Nov 02 11:25:08 2005 +0100 1.3 @@ -136,7 +136,7 @@ bool xs_introduce_domain(struct xs_handl 1.4 */ 1.5 bool xs_release_domain(struct xs_handle *h, unsigned int domid); 1.6 1.7 -/* Query the home path of a domain. 1.8 +/* Query the home path of a domain. Call free() after use. 1.9 */ 1.10 char *xs_get_domain_path(struct xs_handle *h, unsigned int domid); 1.11