Commit 35fd9c5
* Make `on_xxx_matched` thread-safe (#6371)
* Refs #21355. Added regression test.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #21355. Improve readability in EDP.cpp.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #21355. Protect `InnerDataWriterListener::on_writer_matched`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #21355. Protect `InnerDataReaderListener::on_reader_matched`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
---------
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
(cherry picked from commit de70d42)
* Uncrustify
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
---------
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 69a1457 commit 35fd9c5
6 files changed
Lines changed: 219 additions & 83 deletions
File tree
- src/cpp
- fastdds
- publisher
- subscriber
- rtps/builtin/discovery/endpoint
- test/blackbox/common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
| 1289 | + | |
| 1290 | + | |
1289 | 1291 | | |
1290 | 1292 | | |
1291 | 1293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
463 | | - | |
464 | 462 | | |
465 | 463 | | |
466 | 464 | | |
| 465 | + | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
| 944 | + | |
| 945 | + | |
944 | 946 | | |
945 | 947 | | |
946 | 948 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| 451 | + | |
| 452 | + | |
451 | 453 | | |
| 454 | + | |
452 | 455 | | |
453 | 456 | | |
454 | 457 | | |
| |||
0 commit comments