File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/blackbox/api/dds-pim Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -721,10 +721,10 @@ class PubSubReader
721
721
}
722
722
723
723
void incompatible_qos (
724
- eprosima::fastdds::dds::OfferedIncompatibleQosStatus status)
724
+ eprosima::fastdds::dds::RequestedIncompatibleQosStatus status)
725
725
{
726
726
std::unique_lock<std::mutex> lock (incompatible_qos_mutex_);
727
- times_incompatible_qos_++ ;
727
+ times_incompatible_qos_ += status. total_count_change ;
728
728
last_incompatible_qos_ = status.last_policy_id ;
729
729
incompatible_qos_cv_.notify_one ();
730
730
}
@@ -1926,12 +1926,10 @@ class PubSubReaderWithWaitsets : public PubSubReader<TypeSupport>
1926
1926
if (status.alive_count_change == 1 )
1927
1927
{
1928
1928
reader_.liveliness_recovered ();
1929
-
1930
1929
}
1931
1930
else if (status.not_alive_count_change == 1 )
1932
1931
{
1933
1932
reader_.liveliness_lost ();
1934
-
1935
1933
}
1936
1934
}
1937
1935
You can’t perform that action at this time.
0 commit comments