|
Mixe for Privacy and Anonymity in the Internet
|
Go to the source code of this file.
Functions | |
| unsigned long | openssl_get_thread_id (void) |
| Callback used by openssl to identify a thread. | |
| unsigned long openssl_get_thread_id | ( | void | ) |
Callback used by openssl to identify a thread.
TODO: Move this to CAThread !
Definition at line 27 of file CALibProxytest.cpp.
References CAThread::getSelfID().
Referenced by CALibProxytest::init().
{
return CAThread::getSelfID();
}
1.7.6.1