Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Fri Jul 2 11:35:17 2004 UTC | Revision 1.2 by sysadm, Sat Jul 3 15:10:23 2004 UTC | |
|---|---|---|
| # | Line 30 void service::Run() | Line 30 void service::Run() |
| 30 | { | { |
| 31 | this->ctrld.StartupDelay(); | this->ctrld.StartupDelay(); |
| 32 | ||
| 33 | this->ctrld.InitThreadPool(); | |
| 34 | ||
| 35 | if (this->ctrld.begin() == 0) | if (this->ctrld.begin() == 0) |
| 36 | { | { |
| 37 | syslog << logfile::log_head << "Begin CONTROL ... OK" << endl; | syslog << logfile::log_head << "Begin CONTROL ... OK" << endl; |
| # | Line 56 void service::Run() | Line 58 void service::Run() |
| 58 | { | { |
| 59 | syslog << logfile::log_head << "End CONTROL ... Failed" << endl; | syslog << logfile::log_head << "End CONTROL ... Failed" << endl; |
| 60 | } | } |
| 61 | ||
| 62 | this->ctrld.CleanupThreadPool(); | |
| 63 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |