Skip to content

Commit

Permalink
Refs #20953: Add Warning for backup with XTypes
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed Jul 24, 2024
1 parent b57c577 commit 007fae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/rtps/builtin/BuiltinProtocols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ bool BuiltinProtocols::initBuiltinProtocols(

#if HAVE_SQLITE3
case DiscoveryProtocol::BACKUP:
EPROSIMA_LOG_WARNING(RTPS_PDP, "BACKUP discovery protocol is not yet supported with XTypes.");
mp_PDP = new fastdds::rtps::PDPServer(this, allocation, DurabilityKind_t::TRANSIENT);
break;
#endif // if HAVE_SQLITE3
Expand Down

0 comments on commit 007fae9

Please sign in to comment.