mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
Checkpoint. Code does not run. Still converting over to new
event loop model. Streams, stream filters, and sockets are converted. Client proxies are almost converted. CServer is in progress. Removed all HTTP code. Haven't converted the necessary win32 arch stuff.
This commit is contained in:
@@ -387,6 +387,18 @@ CArch::getIDOfThread(CArchThread thread)
|
||||
return m_mt->getIDOfThread(thread);
|
||||
}
|
||||
|
||||
void
|
||||
CArch::setInterruptHandler(InterruptFunc func, void* userData)
|
||||
{
|
||||
return m_mt->setInterruptHandler(func, userData);
|
||||
}
|
||||
|
||||
void
|
||||
CArch::interrupt()
|
||||
{
|
||||
return m_mt->interrupt();
|
||||
}
|
||||
|
||||
CArchSocket
|
||||
CArch::newSocket(EAddressFamily family, ESocketType type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user