diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2016-11-16 18:38:08 +0100 |
---|---|---|
committer | Adam C. Emerson <aemerson@redhat.com> | 2016-12-22 19:55:37 +0100 |
commit | b9182564c716fdfcb39cc77314ba295990dd4312 (patch) | |
tree | ae8e17e9cb1db81f3dcee73473a73ea8194f05a6 /src/test/librgw_file_gp.cc | |
parent | common: Remove now unused clock_offset option (diff) | |
download | ceph-b9182564c716fdfcb39cc77314ba295990dd4312.tar.xz ceph-b9182564c716fdfcb39cc77314ba295990dd4312.zip |
dout: Use dout_context
As a transition for g_ceph_context removal, make all dout macros depends
on a local macro.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Diffstat (limited to 'src/test/librgw_file_gp.cc')
-rw-r--r-- | src/test/librgw_file_gp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/librgw_file_gp.cc b/src/test/librgw_file_gp.cc index eba0e386ca3..a8f1abd4ac3 100644 --- a/src/test/librgw_file_gp.cc +++ b/src/test/librgw_file_gp.cc @@ -28,6 +28,7 @@ #include "common/debug.h" #include "global/global_init.h" +#define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw namespace { |