Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Jul 27, 2023
1 parent 59e15c8 commit ae230ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/mscclpp/proxy_channel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class ProxyService : public BaseProxyService {
/// @return The ID of the semaphore.
SemaphoreId addSemaphore(std::shared_ptr<Connection> connection);

/// Add a pitch pair to the proxy service.
/// @param id The ID of the semaphore.
/// @param pitch The pitch pair.
void addPitch(SemaphoreId id, std::pair<uint64_t, uint64_t> pitch);

/// Register a memory region with the proxy service.
Expand Down

0 comments on commit ae230ed

Please sign in to comment.