Skip to content

Commit

Permalink
Set default app data values
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi committed Nov 16, 2023
1 parent 8db7d5e commit 57eae42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ struct ParticipantConfiguration : public core::IConfiguration
core::types::ParticipantId id {};

//! Participant app properties.
std::string app_id;
std::string app_metadata;
std::string app_id = "UNKNOWN_APP";
std::string app_metadata = "";

//! Whether this Participant should connect its readers with its writers.
bool is_repeater {false};
Expand Down

0 comments on commit 57eae42

Please sign in to comment.