Skip to content

Commit

Permalink
Avoid copy of ParticipantAttributes
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Nov 18, 2020
1 parent b846f92 commit c8d1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/src/participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static
CustomParticipantInfo *
__create_participant(
const char * identifier,
ParticipantAttributes participantAttrs,
const ParticipantAttributes & participantAttrs,
bool leave_middleware_default_qos,
publishing_mode_t publishing_mode,
rmw_dds_common::Context * common_context)
Expand Down

0 comments on commit c8d1c7d

Please sign in to comment.