Skip to content

Commit

Permalink
Added endpoint variant getter.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Jan 12, 2024
1 parent 3667bc9 commit d40d2c4
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 d40d2c4

Please sign in to comment.