[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 7/7] libxl: update libxl.h to say _dispose is idempotent
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/libxl/libxl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index c219f59..b394ee8 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -308,8 +308,7 @@ * once afterwards, to clean up, regardless of whether operations on * this object succeeded or failed. See the xl code for examples. * - * "init" is idempotent. We intend that "dispose" will become - * idempotent, but this is not currently the case. + * "init" and "dispose" are idempotent. * * void libxl_<type>_init(<type> *p): * -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |