#include "libs/gateway_prot.h"#include <rpc/rpc.h>#include "TcaRegistry.h"Go to the source code of this file.
Functions | |
| static void | hash (const std::string &s, uint8 digest[DHT_KEYLEN]) |
Variables | |
| static const char * | APP_STRING = "tca" |
| static const char * | CLIB_STRING = "rpcgen" |
| static const int | DHT_KEYLEN = 20 |
| static void hash | ( | const std::string & | s, | |
| uint8 | digest[DHT_KEYLEN] | |||
| ) | [static] |
Definition at line 35 of file TcaRegistry.cc.
Referenced by TcaRegistry::read(), SWIG_Perl_MakePtr(), and TcaRegistry::write().
const char* APP_STRING = "tca" [static] |
Definition at line 26 of file TcaRegistry.cc.
Referenced by TcaRegistry::read(), and TcaRegistry::write().
const char* CLIB_STRING = "rpcgen" [static] |
Definition at line 27 of file TcaRegistry.cc.
Referenced by TcaRegistry::read(), and TcaRegistry::write().
const int DHT_KEYLEN = 20 [static] |
Definition at line 29 of file TcaRegistry.cc.
Referenced by TcaRegistry::read(), and TcaRegistry::write().
1.6.3