]> xenbits.xensource.com Git - xen.git/commit
libxl: correct some comments regarding event API and fds
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 3 Aug 2012 10:57:10 +0000 (11:57 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 3 Aug 2012 10:57:10 +0000 (11:57 +0100)
commit5b4dce05268f74ef8d11b0d5f8a64e18f6f27f5f
treeaea202fded5b97b2884b543310e27b6f03bf761b
parent91419e49cc415b2f8ddf3d2ffccc34de8947fbbc
libxl: correct some comments regarding event API and fds

* libxl may indeed register more than one callback for the same fd,
  with some restrictions.  The allowable range of responses to this by
  the application means that this should pose no problems for users.
  But the documentation comment should be fixed.

* Document the relaxed synchronicity semantics of the fd_modify
  registration callback.

* A couple of comments referred to old names for functions.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_event.h