diff options
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index a4076d9f..335974d2 100644 --- a/src/report.cc +++ b/src/report.cc @@ -556,6 +556,8 @@ expr_t::ptr_op_t report_t::lookup(const string& name) return WRAP_FUNCTOR (reporter<>(new format_xacts(*this, HANDLER(register_format_).str()), *this)); + else if (is_eq(p, "reload")) + return MAKE_FUNCTOR(report_t::reload_command); break; case 's': |