summaryrefslogtreecommitdiff
path: root/tests/TP_Reactor_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TP_Reactor_Test.h')
-rw-r--r--tests/TP_Reactor_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TP_Reactor_Test.h b/tests/TP_Reactor_Test.h
index 6f192b5efb3..d6341e5f0da 100644
--- a/tests/TP_Reactor_Test.h
+++ b/tests/TP_Reactor_Test.h
@@ -167,7 +167,7 @@ class Connector: public ACE_Connector<Sender,ACE_SOCK_CONNECTOR>
{
friend class Sender;
public:
- long get_number_sessions (void) { return sessions_; }
+ size_t get_number_sessions (void) { return sessions_; }
long get_total_snd (void) { return this->total_snd_; }
long get_total_rcv (void) { return this->total_rcv_; }
long get_total_w (void) { return this->total_w_; }