cyclonedds/src/core/ddsc
Erik Boasson 705b03cf09 Limit entities in waitset to those in same "scope"
Require that all entities attached to waitset are in the same
participant (if the waitset's parent is a participant) or in the same
domain (if the waitset's parent is a domain).  There used to be no check
on this, but it always seemed unhygenic and now that domains and the
entire library instantiation can be used as parents, it seems much
better to enforce this scoping rule.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-09-11 10:06:24 +02:00
..
cmake Initial contribution 2018-04-10 17:03:59 +02:00
include Promote domains and Cyclone library to entities 2019-09-11 10:06:24 +02:00
src Limit entities in waitset to those in same "scope" 2019-09-11 10:06:24 +02:00
tests Limit entities in waitset to those in same "scope" 2019-09-11 10:06:24 +02:00
CMakeLists.txt Abstract RHC interface 2019-08-21 14:16:51 +02:00