Skip to content

Commit

Permalink
update adminreg.tars, add version interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Mar 28, 2021
1 parent 6ee6d98 commit bd9ae7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions framework/AdminReg.tars
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,13 @@ module tars
* @return : 0-成功 others-失败
*/
int checkServer(FrameworkServer server);

/**
* 获取framework的version
*
* @return : 0-成功 others-失败
*/
int getVersion(out string version);
};
};

0 comments on commit bd9ae7a

Please sign in to comment.