Parent Directory
|
Revision Log
|
Patch
| Revision 1.10 by sysadm, Tue Aug 10 19:55:25 2004 UTC | Revision 1.11 by sysadm, Thu Sep 16 15:38:59 2004 UTC | |
|---|---|---|
| # | Line 426 void controld::StartupChild(void) | Line 426 void controld::StartupChild(void) |
| 426 | ||
| 427 | void controld::StartupDelay(void) | void controld::StartupDelay(void) |
| 428 | { | { |
| 429 | syslog << logfile::log_head << "Startup delay for " << | |
| 430 | this->startup_delay << " seconds"<< endl; | |
| 431 | ||
| 432 | Sleep(this->startup_delay * 1000); | Sleep(this->startup_delay * 1000); |
| 433 | } | } |
| 434 | ||
| # | Line 495 int controld::CleanupThreadPool(void) | Line 498 int controld::CleanupThreadPool(void) |
| 498 | ||
| 499 | return 0; | return 0; |
| 500 | } | } |
| 501 | ||
| 502 | bool controld::check_priv(void) | |
| 503 | { | |
| 504 | return this->access.control; | |
| 505 | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |