diff options
Diffstat (limited to 'src/osd/PrimaryLogPG.cc')
-rw-r--r-- | src/osd/PrimaryLogPG.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 8e5b0c2dea9..bd7e822b2db 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -63,6 +63,8 @@ #define DOUT_PREFIX_ARGS this, osd->whoami, get_osdmap() #undef dout_prefix #define dout_prefix _prefix(_dout, this) +using TOPNSPC::common::cmd_getval; + template <typename T> static ostream& _prefix(std::ostream *_dout, T *pg) { return pg->gen_prefix(*_dout); |