Skip to content

Commit

Permalink
tarsAdminRegistry support plugin extern
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Aug 19, 2022
1 parent 52307cf commit 9081066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AdminRegistryServer/DbProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,7 @@ int DbProxy::registerPlugin(const PluginConf &conf)
m["f_obj"] = make_pair(TC_Mysql::DB_STR, conf.obj);
m["f_type"] = make_pair(TC_Mysql::DB_INT, TC_Common::tostr(conf.type));
m["f_path"] = make_pair(TC_Mysql::DB_STR, conf.path);
m["f_extern"] = make_pair(TC_Mysql::DB_STR, TC_Common::tostr(conf.fextern));

MYSQL_LOCK

Expand Down
2 changes: 1 addition & 1 deletion tarscpp
Submodule tarscpp updated 1 files
+1 −1 servant/protocol

0 comments on commit 9081066

Please sign in to comment.