Linux下设置端口权限的系统调用有两个:ioperm和iopl
cpp file start
#ifndef WIN32
#else
#include "stdafx.h"
#endif //WIN32
#include "tcpthread.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CThread::CThread()
{
INFOX_CreateEvent(m_hEvent, NULL,TRUE,FALSE,NULL);
m_bExited = FALSE;
#ifndef WIN32
// 不初始化,若不为NULL在未调用start线程就调用stop停止线程
//存在问题(CDrvManager::ReturnFreeHandle)
//m_hThread = NULL;
m_hThread = 0;//zxp
#else
#endif
}//lint !e1401
阅读(562) | 评论(0) | 转发(0) |