diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-21 15:44:42 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-21 15:44:42 +0000 |
| commit | 6d93918e12caf0fdc736219598076a80c91ae5fd (patch) | |
| tree | c073e73e1ad9aa9923a16a9b6adf6d72f9239d55 /cpp/src/qpid/cluster/OutputInterceptor.h | |
| parent | a8b5a59f4ab5a7d080a76f5953d848c5c0d6e324 (diff) | |
| download | qpid-python-6d93918e12caf0fdc736219598076a80c91ae5fd.tar.gz | |
Additional latency measurement points.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/OutputInterceptor.h')
| -rw-r--r-- | cpp/src/qpid/cluster/OutputInterceptor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/OutputInterceptor.h b/cpp/src/qpid/cluster/OutputInterceptor.h index 0ac15e747a..6cf381178d 100644 --- a/cpp/src/qpid/cluster/OutputInterceptor.h +++ b/cpp/src/qpid/cluster/OutputInterceptor.h @@ -25,6 +25,7 @@ #include "WriteEstimate.h" #include "qpid/sys/ConnectionOutputHandler.h" #include "qpid/broker/ConnectionFactory.h" +#include "qpid/sys/LatencyMetric.h" #include <boost/function.hpp> namespace qpid { @@ -36,7 +37,7 @@ class Connection; /** * Interceptor for connection OutputHandler, manages outgoing message replication. */ -class OutputInterceptor : public sys::ConnectionOutputHandler { +class OutputInterceptor : public sys::ConnectionOutputHandler, sys::LatencyMetricTimestamp { public: OutputInterceptor(cluster::Connection& p, sys::ConnectionOutputHandler& h); |
