From: Igor Fedotov Date: Sat, 24 Dec 2016 22:20:04 +0000 (+0000) Subject: test/fio_ceph_objectstore: fix fio plugin build failure caused by recent g_ceph_conte... X-Git-Tag: v12.0.0~356^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54b309135bda778dae35db15e29904f51daf7182;p=ceph.git test/fio_ceph_objectstore: fix fio plugin build failure caused by recent g_ceph_context removal Signed-off-by: Igor Fedotov --- diff --git a/src/test/fio/fio_ceph_objectstore.cc b/src/test/fio/fio_ceph_objectstore.cc index 8d03708ff311..459023f2384e 100644 --- a/src/test/fio/fio_ceph_objectstore.cc +++ b/src/test/fio/fio_ceph_objectstore.cc @@ -23,6 +23,8 @@ #include "include/assert.h" // fio.h clobbers our assert.h +#define dout_context g_ceph_context + namespace { /// fio configuration options read from the job file