Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark storage balancing REP interface functions as static #53

Closed
korydraughn opened this issue May 23, 2024 · 0 comments
Closed

Mark storage balancing REP interface functions as static #53

korydraughn opened this issue May 23, 2024 · 0 comments
Assignees
Labels

Comments

@korydraughn
Copy link
Contributor

irods::error rule_exists(irods::default_re_ctx&, const std::string& _rule_name, bool& _ret) {

irods::error list_rules( irods::default_re_ctx&, std::vector<std::string>& rule_vec ) {

irods::error exec_rule_text(irods::default_re_ctx&, const std::string& _rule_text, std::list<boost::any>& _rule_arguments, irods::callback _effect_handler) {

irods::error exec_rule_expression(irods::default_re_ctx&, const std::string& _rule_text, std::list<boost::any>& _rule_arguments, irods::callback _effect_handler) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant