areusch commented on a change in pull request #9003:
URL: https://github.com/apache/tvm/pull/9003#discussion_r708632101



##########
File path: src/runtime/rpc/rpc_endpoint.cc
##########
@@ -691,11 +691,13 @@ void RPCEndpoint::Init() {
  *     the key to modify their behavior.
  */
 std::shared_ptr<RPCEndpoint> RPCEndpoint::Create(std::unique_ptr<RPCChannel> 
channel,
-                                                 std::string name, std::string 
remote_key) {
+                                                 std::string name, std::string 
remote_key,
+                                                 TypedPackedFunc<void()> 
fshutdown) {

Review comment:
       TQ requests change to `fcleanup`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to