Skip to content

Commit

Permalink
Add comment for session() api
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Aug 28, 2024
1 parent 5bbe6fb commit e7b5ff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmw_zenoh_cpp/src/detail/rmw_context_impl_s.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class rmw_context_impl_s final
std::string enclave() const;

// Loan the Zenoh session.
// TODO(Yadunund): Remove this API once rmw_context_impl_s is updated to
// create other Zenoh objects.
z_session_t session() const;

// Get a reference to the shm_manager.
Expand Down

0 comments on commit e7b5ff4

Please sign in to comment.