Skip to content

Commit

Permalink
iox-#33 shortened prefix for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed Jun 9, 2021
1 parent 7b0e23e commit 6a92042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class NamedPipe : public DesignPattern::Creation<NamedPipe, IpcChannelError>

static constexpr uint64_t NULL_TERMINATOR_SIZE = 0U;
static constexpr units::Duration CYCLE_TIME = units::Duration::fromMilliseconds(10);
static constexpr const char NAMED_PIPE_PREFIX[] = "/iceoryx_named_pipe_";
static constexpr const char NAMED_PIPE_PREFIX[] = "/iox_np_";

using Message_t = cxx::string<MAX_MESSAGE_SIZE>;
using MessageQueue_t = concurrent::LockFreeQueue<Message_t, MAX_NUMBER_OF_MESSAGES>;
Expand Down

0 comments on commit 6a92042

Please sign in to comment.