Mixe for Privacy and Anonymity in the Internet
|
#include "StdAfx.h"
#include "CACmdLnOptions.hpp"
#include "CAUtil.hpp"
#include "CAMix.hpp"
#include "CAMsg.hpp"
#include "CASocketAddrINet.hpp"
#include "CASocket.hpp"
#include "CAXMLBI.hpp"
#include "xml/DOM_Output.hpp"
#include "CABase64.hpp"
#include "CADynaNetworking.hpp"
#include "CAAccountingDBInterface.hpp"
#include "tre/tre.h"
Go to the source code of this file.
Classes | |
struct | t_CMNDLN_REREAD_PARAMS |
Functions | |
THREAD_RETURN | threadReConfigure (void *param) |
Thread that does the actual reconfigure work. More... | |
THREAD_RETURN threadReConfigure | ( | void * | param | ) |
Thread that does the actual reconfigure work.
Only one is running at the same time.
param | pointer to a t_CMNDLN_REREAD_PARAMS stuct containing a CACmdLnOptions object pointer and a CMix object pointer. |
Definition at line 1229 of file CACmdLnOptions.cpp.