]> xenbits.xensource.com Git - people/gdunlap/xen.git/commitdiff
libxl: update libxl.h to say _dispose is idempotent
authorWei Liu <wei.liu2@citrix.com>
Wed, 25 Feb 2015 14:56:06 +0000 (14:56 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 2 Mar 2015 17:05:40 +0000 (17:05 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.h

index f784df59e8455c1463078cfa854aac1e3231ed78..e3d2ae8c0415bd63bbee8e984aa7acf984c5bc1d 100644 (file)
  * 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):
  *