summaryrefslogtreecommitdiff
path: root/examples/C++NPv2
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-05-29 14:41:45 +0000
committerSteve Huston <shuston@riverace.com>2002-05-29 14:41:45 +0000
commitbf354bfa4f83b79334f1c741c68526933b20f795 (patch)
treeec83d334beebf69fdf9af20de340ecd920e85d3f /examples/C++NPv2
parentfe9d82b1021e6e3923e39766dec456578d653835 (diff)
downloadATCD-bf354bfa4f83b79334f1c741c68526933b20f795.tar.gz
.
Diffstat (limited to 'examples/C++NPv2')
-rw-r--r--examples/C++NPv2/Client_Logging_Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/Client_Logging_Daemon.cpp b/examples/C++NPv2/Client_Logging_Daemon.cpp
index 75371f5b464..8e22445ca5d 100644
--- a/examples/C++NPv2/Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/Client_Logging_Daemon.cpp
@@ -150,8 +150,8 @@ void *CLD_Handler::run_svc (void *arg) {
void *CLD_Handler::forward () {
ACE_Message_Block *blocks[ACE_IOV_MAX];
- ACE_Time_Value time_of_last_send (ACE_OS::gettimeofday ());
size_t message_index = 0;
+ ACE_Time_Value time_of_last_send (ACE_OS::gettimeofday ());
ACE_Sig_Action no_sigpipe ((ACE_SignalHandler) SIG_IGN);
ACE_Sig_Action original_action;
no_sigpipe.register_action (SIGPIPE, &original_action);