Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Update src/meta/meta_data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored Feb 26, 2021
1 parent d3ce926 commit 2b36ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/meta_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class app_state : public app_info
dsn::blob result = dsn::json::json_forwarder<app_info>::encode(another);
return result;
}
bool splitting() { return helpers->split_states.splitting_count > 0; }
bool splitting() const { return helpers->split_states.splitting_count > 0; }
};

typedef std::set<dsn::gpid> partition_set;
Expand Down

0 comments on commit 2b36ce6

Please sign in to comment.