Skip to content

Commit

Permalink
[FOLD] Fix id_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jul 29, 2021
1 parent b31af27 commit 48172de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/overlay/impl/InboundHandoff.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ class InboundHandoff : public OverlayImpl::Child,
using socket_type = boost::asio::ip::tcp::socket;
using middle_type = boost::beast::tcp_stream;
using stream_type = boost::beast::ssl_stream<middle_type>;
using id_t = Peer::id_t;
Application& app_;
std::uint32_t const id_;
id_t const id_;
beast::WrappedSink sink_;
beast::Journal const journal_;
std::unique_ptr<stream_type> stream_ptr_;
Expand Down

0 comments on commit 48172de

Please sign in to comment.