Skip to content

Commit

Permalink
iox-#14 remove leading slash from roudi name like in eclipse-iceoryx#381
Browse files Browse the repository at this point in the history


Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
  • Loading branch information
elBoberido committed Mar 23, 2021
1 parent abd2c62 commit 2b459c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/iceoryx_posh_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ namespace roudi
{
using ConfigFilePathString_t = cxx::string<1024>;

constexpr char IPC_CHANNEL_ROUDI_NAME[] = "/roudi";
constexpr char IPC_CHANNEL_ROUDI_NAME[] = "roudi";

/// shared memmory segment for the iceoryx managment data
constexpr char SHM_NAME[] = "/iceoryx_mgmt";
Expand Down

0 comments on commit 2b459c8

Please sign in to comment.