Hi Juergen,
On 27/04/2022 08:30, Juergen Gross wrote:
> [...]
>> The xenstore documentation is not clear about whether @ should be
>> considered children of /. But I find it counterintuitive that clients may be
>> notified about a special event without explicitly subscribing to it. Is it a
>> b
Hi Raphael,
On 26.04.22 19:02, Raphael Ning wrote:
While reading C xenstored code, I noticed that it may send special events like
@releaseDomain to (privileged) clients that only watch the root node (/).
That's probably not the intended behaviour.
For example, when firing @releaseDomain, fire
While reading C xenstored code, I noticed that it may send special events like
@releaseDomain to (privileged) clients that only watch the root node (/).
That's probably not the intended behaviour.
For example, when firing @releaseDomain, fire_watches() is called with exact ==
false:
https://gi