Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the concept of a domain lifecycle state. #1879

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
add symbol export tests
  • Loading branch information
poetinger committed Nov 15, 2023
commit 9800bdcf96886b6f7d97426e90269f7b059d137b
2 changes: 2 additions & 0 deletions src/core/xtests/symbol_export/symbol_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ int main (int argc, char **argv)
dds_create_participant (0, ptr, ptr);
dds_create_domain (0, ptr);
dds_create_domain_with_rawconfig (0, ptr);
dds_set_domain_lifecycle(0,0);
dds_get_domain_lifecycle(0,ptr);
dds_get_parent (1);
dds_get_participant (1);
dds_get_children (1, ptr, 0);
Expand Down
Loading