[svn] commit: r2919 - /branches/trac191-rebased/src/bin/auth/auth_srv.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 14 15:50:53 UTC 2010
Author: naokikambe
Date: Tue Sep 14 15:50:53 2010
New Revision: 2919
Log:
add ad-hoc implement for query counters in the auth module for the stats module
But it may bring worse performance to the auth module. It must be more considered.
trac #191 .
Modified:
branches/trac191-rebased/src/bin/auth/auth_srv.h
Modified: branches/trac191-rebased/src/bin/auth/auth_srv.h
==============================================================================
--- branches/trac191-rebased/src/bin/auth/auth_srv.h (original)
+++ branches/trac191-rebased/src/bin/auth/auth_srv.h Tue Sep 14 15:50:53 2010
@@ -87,6 +87,7 @@
/// disconnecting the session and destroying the object when the server
///
void setXfrinSession(isc::cc::AbstractSession* xfrin_session);
+ void setStatsSession(isc::cc::AbstractSession* stats_session);
private:
AuthSrvImpl* impl_;
};
More information about the bind10-changes
mailing list