Mixe for Privacy and Anonymity in the Internet
Functions
CALibProxytest.cpp File Reference
#include "StdAfx.h"
#include "CALibProxytest.hpp"
#include "CAMuxSocket.hpp"
Include dependency graph for CALibProxytest.cpp:

Go to the source code of this file.

Functions

unsigned long openssl_get_thread_id (void)
 Callback used by openssl to identify a thread. More...
 

Function Documentation

◆ openssl_get_thread_id()

unsigned long openssl_get_thread_id ( void  )

Callback used by openssl to identify a thread.

TODO: Move this to CAThread !

Definition at line 31 of file CALibProxytest.cpp.

32  {
33 #ifndef ONLY_LOCAL_PROXY
34  return CAThread::getSelfID();
35 #else
36  return 1;
37 #endif
38  }
static thread_id_t getSelfID()
Definition: CAThread.hpp:201

References CAThread::getSelfID().

Referenced by CALibProxytest::init().

Here is the call graph for this function:
Here is the caller graph for this function: