summaryrefslogtreecommitdiff
path: root/tests/Cached_Accept_Conn_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.h')
-rw-r--r--tests/Cached_Accept_Conn_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Accept_Conn_Test.h b/tests/Cached_Accept_Conn_Test.h
index 6b8b3e8f46a..083440ca6c7 100644
--- a/tests/Cached_Accept_Conn_Test.h
+++ b/tests/Cached_Accept_Conn_Test.h
@@ -113,7 +113,7 @@ public:
// Constructor.
int open (const ACE_PEER_ACCEPTOR_ADDR &local_addr,
- int restart = 0);
+ bool restart = false);
// Initialize the <peer_acceptor_> with <local_addr>. If the
// process runs out of descriptors, the unsed svc_handlers from the
// CONNECTION CACHE are removed.