Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Sun Jul 4 06:45:23 2004 UTC | Revision 1.5 by sysadm, Sun Jul 4 22:49:03 2004 UTC | |
|---|---|---|
| # | Line 53 int outd::work() | Line 53 int outd::work() |
| 53 | if (hThreadCurrent = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)base_active::SendThread,(LPVOID)p,0,&ulThreadId)) | if (hThreadCurrent = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)base_active::SendThread,(LPVOID)p,0,&ulThreadId)) |
| 54 | { | { |
| 55 | base_active::uThreadCount++; | base_active::uThreadCount++; |
| 56 | CloseHandle(hThreadCurrent); | |
| 57 | syslog << logfile::log_head << "Create send thread ... OK" << endl; | syslog << logfile::log_head << "Create send thread ... OK" << endl; |
| 58 | } | } |
| 59 | else | else |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |