提交 600387fb 编写于 作者: Y Yu Kun

fix bug


Former-commit-id: eb4a91c3bd2ddbe22994c8c5d856cfa6dce31fee
上级 cdd2b089
......@@ -204,8 +204,8 @@ class Resource : public Node, public std::enable_shared_from_this<Resource> {
TaskTable task_table_;
uint64_t total_cost_ = 10;
uint64_t total_task_ = 10;
uint64_t total_cost_ = 0;
uint64_t total_task_ = 0;
std::map<RegisterType, std::function<RegisterHandlerPtr()>> register_table_;
std::function<void(EventPtr)> subscriber_ = nullptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册