Mixes for Privacy and Anonymity in the Internet
Classes | Functions
CACmdLnOptions.cpp File Reference

Classes

struct  t_CMNDLN_REREAD_PARAMS

Functions

THREAD_RETURN threadReConfigure (void *param)
 Thread that does the actual reconfigure work.

Function Documentation

THREAD_RETURN threadReConfigure ( void *  param)

Thread that does the actual reconfigure work.

Only one is running at the same time.

Parameters:
parampointer to a t_CMNDLN_REREAD_PARAMS stuct containing a CACmdLnOptions object pointer and a CMix object pointer.

References E_SUCCESS, CACmdLnOptions::m_bIsRunReConfigure, CACmdLnOptions::m_strConfigFile, pMix, CAMsg::printMsg(), CACmdLnOptions::processXmlConfiguration(), CACmdLnOptions::readXmlConfiguration(), CAMix::reconfigure(), CACmdLnOptions::setNewValues(), and THREAD_RETURN_SUCCESS.