~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/common/dout.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#define lgeneric_dout(cct, v) dout_impl(cct, ceph_subsys_, v) *_dout
62
62
#define lgeneric_derr(cct) dout_impl(cct, ceph_subsys_, -1) *_dout
63
63
 
 
64
// NOTE: depend on magic value in _ASSERT_H so that we detect when
 
65
// /usr/include/assert.h clobbers our fancier version.
64
66
#define dendl std::flush;                               \
65
 
      _dout_cct->_log->submit_entry(_dout_e);           \
 
67
  _ASSERT_H->_log->submit_entry(_dout_e);               \
66
68
    }                                           \
67
69
  } while (0)
68
70