All of lore.kernel.org
 help / color / mirror / Atom feed
* Xenstore.h clarifications
@ 2014-11-27 10:51 Razvan Cojocaru
  2014-11-28  9:58 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Razvan Cojocaru @ 2014-11-27 10:51 UTC (permalink / raw)
  To: xen-devel@lists.xen.org

Hello,

I know that xc_interface_open() can be safely called several times from
the same process, and that several processes can each have a bunch of
xc_interface handles open, and that I shouldn't use an xc_interface
inherited from the parent in a child process, because xenctrl.h says so.

Is it safe to assume that the same restrictions / conventions apply to
xs_handles obtained via xs_open()? Xenstore.h is not explicit. Looking
at the code, it would seem safe to assume that it can be used in a
similar manner, but it would be nice to have this confirmed if possible.


Thanks,
Razvan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-28 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 10:51 Xenstore.h clarifications Razvan Cojocaru
2014-11-28  9:58 ` Ian Campbell
2014-11-28 10:18   ` Razvan Cojocaru
2014-11-28 11:37   ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.