Skip to content

Commit

Permalink
Merge pull request #115 from redboltz/add_epv_getter
Browse files Browse the repository at this point in the history
Added endpoint variant getter.
  • Loading branch information
redboltz authored Jan 12, 2024
2 parents 3667bc9 + d40d2c4 commit 1c3214c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/async_mqtt/broker/endpoint_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ class epsp_wrap {
);
}

epsp_t get_epvsp() {
return epsp_;
}

private:
epsp_t epsp_;
buffer client_id_;
Expand Down

0 comments on commit 1c3214c

Please sign in to comment.