Skip to content

Commit

Permalink
AdminF.tars add getpid
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Jan 18, 2024
1 parent 0dbd080 commit 291877b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions servant/AdminF.tars
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ module tars
* 通知服务
*/
string notify(string command);

/**
* 获取服务的pid
*/
long getPid();
};
};

0 comments on commit 291877b

Please sign in to comment.