#include <ndb_global.h>#include <my_pthread.h>#include <TransporterRegistry.hpp>#include "TransporterInternalDefinitions.hpp"#include "Transporter.hpp"#include <SocketAuthenticator.hpp>#include "TCP_Transporter.hpp"#include "TransporterCallback.hpp"#include "NdbOut.hpp"#include <NdbSleep.h>#include <NdbTick.h>#include <InputStream.hpp>#include <OutputStream.hpp>#include <mgmapi/mgmapi.h>#include <mgmapi_internal.h>#include <mgmapi/mgmapi_debug.h>#include <EventLogger.hpp>Include dependency graph for TransporterRegistry.cpp:

Go to the source code of this file.
Functions | |
| static void * | run_start_clients_C (void *me) |
| NdbOut & | operator<< (NdbOut &out, SignalHeader &sh) |
Variables | |
| EventLogger | g_eventLogger |
| static int | x = 0 |
| NdbOut& operator<< | ( | NdbOut & | out, | |
| SignalHeader & | sh | |||
| ) |
Definition at line 1553 of file TransporterRegistry.cpp.
References int(), SignalHeader::theLength, SignalHeader::theReceiversBlockNumber, SignalHeader::theSendersBlockRef, SignalHeader::theSendersSignalId, SignalHeader::theSignalId, SignalHeader::theTrace, and SignalHeader::theVerId_signalNumber.
01553 { 01554 out << "-- Signal Header --" << endl; 01555 out << "theLength: " << sh.theLength << endl; 01556 out << "gsn: " << sh.theVerId_signalNumber << endl; 01557 out << "recBlockNo: " << sh.theReceiversBlockNumber << endl; 01558 out << "sendBlockRef: " << sh.theSendersBlockRef << endl; 01559 out << "sendersSig: " << sh.theSendersSignalId << endl; 01560 out << "theSignalId: " << sh.theSignalId << endl; 01561 out << "trace: " << (int)sh.theTrace << endl; 01562 return out; 01563 }
Here is the call graph for this function:

| static void* run_start_clients_C | ( | void * | me | ) | [static] |
Definition at line 1167 of file TransporterRegistry.cpp.
Referenced by TransporterRegistry::start_clients().
01168 { 01169 ((TransporterRegistry*) me)->start_clients_thread(); 01170 return 0; 01171 }
Here is the caller graph for this function:

int x = 0 [static] |
Definition at line 1005 of file TransporterRegistry.cpp.
Referenced by TaoCrypt::a_exp_b_mod_c(), TaoCrypt::a_times_b_mod_c(), yaSSL::CertManager::AddPeerCert(), TaoCrypt::DH::Agree(), TaoCrypt::RSA_PublicKey::ApplyFunction(), ASN1_STRING_data(), ASN1_STRING_length(), ASN1_STRING_type(), bin2decimal(), TaoCrypt::RSA_PrivateKey::CalculateInverse(), TaoCrypt::ModularArithmetic::CascadeExponentiate(), TaoCrypt::AbstractRing::CascadeExponentiate(), TaoCrypt::MontgomeryRepresentation::CascadeExponentiate(), TaoCrypt::AbstractGroup::CascadeScalarMultiply(), TaoCrypt::AbstractRing::MultiplicativeGroupT::CascadeScalarMultiply(), yaSSL::CertManager::CopyCaCert(), yaSSL::CertManager::CopySelfCert(), BitmaskImpl::count(), decimal2bin(), decimal2double(), decimal2longlong(), decimal2string(), decimal2ulonglong(), decimal_round(), TaoCrypt::Twofish::decrypt(), TaoCrypt::RSA_Decryptor< Pad >::Decrypt(), do_add(), do_div_mod(), TaoCrypt::Twofish::encrypt(), Cmvmi::execSTATISTICS_REQ(), find_eoln_buff(), free_history_entry(), ft_boolean_find_relevance(), generate_stats(), TaoCrypt::DH::GeneratePrivate(), TaoCrypt::DH::GeneratePublic(), get_random_string(), getLong(), BitmaskImpl::getText(), history_expand_internal(), TaoCrypt::DSA_PrivateKey::Initialize(), internal_str2dec(), NTService::is_super_user(), main(), MD5Transform(), my_xpath_keyword(), NDB_CPC::telnetclient::telnetClient::OnRecievedData(), parse_comma(), yaSSL::PemToDer(), printable_part(), TaoCrypt::ARC4::Process(), rb_delete_fixup(), yaSSL::read_file(), right_rotate(), run_scheduler(), TaoCrypt::DSA_PrivateKey::SetPrivatePart(), TaoCrypt::DSA_Signer::Sign(), TaoCrypt::Integer::SquareRoot(), srtcmp_in(), TaoCrypt::SSL_Decrypt(), NDB_CPC::PanelWizard::startDatabase(), test_atomic_add_handler(), test_atomic_cas_handler(), test_atomic_swap_handler(), tree_search_next(), tty_stty(), ull2dec(), yaSSL::X509_get_issuer_name(), yaSSL::X509_get_notAfter(), yaSSL::X509_get_notBefore(), yaSSL::X509_get_subject_name(), and xarecover_handlerton().
1.4.7

