|
Mixes for Privacy and Anonymity in the Internet
|
Defines | |
| #define | MONITORING_FIRE_NET_EVENT(e_type) |
| #define | MONITORING_FIRE_PAY_EVENT(e_type) |
| #define | MONITORING_FIRE_SYS_EVENT(e_type) |
| #define | MONITORING_FIRE_EVENT(e_type, s_type) |
| #define MONITORING_FIRE_EVENT | ( | e_type, | |
| s_type | |||
| ) |
| #define MONITORING_FIRE_NET_EVENT | ( | e_type | ) |
Logic to describe and process the state machine of a mix for reporting networking, payment and system status to server monitoring systems
Referenced by CALastMix::clean(), fm_loopReadFromMix(), CAMiddleMix::init(), CALastMix::init(), CAFirstMix::init(), lm_loopReadFromMix(), lm_loopSendToMix(), main(), mm_loopReadFromMixAfter(), mm_loopReadFromMixBefore(), mm_loopSendToMixAfter(), mm_loopSendToMixBefore(), and CAMiddleMix::processKeyExchange().
| #define MONITORING_FIRE_PAY_EVENT | ( | e_type | ) |
Referenced by CAAccountingDBInterface::__deleteCC(), CAAccountingDBInterface::__getAccountStatus(), CAAccountingDBInterface::__getCostConfirmation(), CAAccountingDBInterface::__getPrepaidAmount(), CAAccountingDBInterface::__getUnsettledCostConfirmations(), CAAccountingDBInterface::__markAsSettled(), CAAccountingInstance::__newSettlementTransaction(), CAAccountingDBInterface::__storeAccountStatus(), CAAccountingDBInterface::__storeCostConfirmation(), CAAccountingDBInterface::__storePrepaidAmount(), CAAccountingInstance::clean(), CAAccountingDBInterface::getConnection(), CAAccountingInstance::init(), CAAccountingDBInterface::monitored_PQexec(), and CAAccountingInstance::settlementTransaction().
| #define MONITORING_FIRE_SYS_EVENT | ( | e_type | ) |
Referenced by main(), signal_interrupt(), signal_segv(), signal_term(), and CAMix::start().
1.7.6.1