Mixe for Privacy and Anonymity in the Internet
Functions
CALibProxytest.cpp File Reference
#include "StdAfx.h"
#include "CALibProxytest.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.

Function Documentation

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();
  }

Here is the call graph for this function: