BIND 10 trac2205, updated. 9b439f1bf7dc415312be57570b092459fad4caf7 [2205] initialize member signal_count
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 18 12:16:38 UTC 2012
The branch, trac2205 has been updated
via 9b439f1bf7dc415312be57570b092459fad4caf7 (commit)
from 9904c81d783e8e4678ba6de3db438ddbb186dcaa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b439f1bf7dc415312be57570b092459fad4caf7
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Oct 18 14:16:22 2012 +0200
[2205] initialize member signal_count
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/test_datasrc_clients_mgr.h | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/test_datasrc_clients_mgr.h b/src/bin/auth/tests/test_datasrc_clients_mgr.h
index 99dc53e..7512e83 100644
--- a/src/bin/auth/tests/test_datasrc_clients_mgr.h
+++ b/src/bin/auth/tests/test_datasrc_clients_mgr.h
@@ -76,6 +76,7 @@ public:
TestCondVar(std::list<Command>& command_queue,
std::list<Command>& delayed_command_queue) :
wait_count(0),
+ signal_count(0),
command_queue_(&command_queue),
delayed_command_queue_(&delayed_command_queue)
{
More information about the bind10-changes
mailing list