#include "VestaSource.H"
#include "VestaConfig.H"
#include "VDirSurrogate.H"
#include <stdlib.h>
#include <pthread.h>
#include <errno.h>
#include <iomanip>
#include <stdio.h>
Go to the source code of this file.
Functions | |
bool | myListCallback (void *closure, VestaSource::typeTag type, Arc arc, unsigned int index, Bit32 pseudoInode, ShortId filesid, bool master) |
bool | valueCb (void *cl, const char *value) |
bool | historyCb (void *cl, VestaSource::attribOp op, const char *name, const char *value, time_t timestamp) |
void | coutLongId (const LongId &longid) |
void | cinLongId (LongId &longid) |
void | coutFPTag (FP::Tag &fptag) |
void | cinFPTag (FP::Tag &fptag) |
int | readSrcN (const int &nextSrcN) |
! | |
Text | vsToFilename (VestaSource *vs) |
void * | test_thread (void *arg) |
int | main (int argc, char *argv[]) |
Variables | |
char * | boolText [] = { "false", "true" } |
|
Definition at line 126 of file TestVDirSurrogate.C. References FP::ByteCnt, and FP::Tag::Words(). Referenced by test_thread(). |
|
Definition at line 91 of file TestVDirSurrogate.C. References LongId::value. Referenced by test_thread(). |
|
Definition at line 114 of file TestVDirSurrogate.C. References FP::ByteCnt, and FP::Tag::Words(). Referenced by test_thread(). |
|
Definition at line 79 of file TestVDirSurrogate.C. References LongId::length(), and LongId::value. Referenced by test_thread(). |
|
Definition at line 70 of file TestVDirSurrogate.C. References VestaAttribs::attribOpChar(). Referenced by test_thread(). |
|
Definition at line 1011 of file TestVDirSurrogate.C. References SRPC::failure::msg, VestaConfig::failure::msg, SRPC::failure::r, and test_thread(). |
|
Definition at line 49 of file TestVDirSurrogate.C. References VestaSource::typeTagChar(). Referenced by test_thread(). |
|
!
Definition at line 179 of file TestVDirSurrogate.C. Referenced by test_thread(). |
|
|
Definition at line 63 of file TestVDirSurrogate.C. Referenced by test_thread(). |
|
Definition at line 198 of file TestVDirSurrogate.C. References DirShortIdRootLongId, VestaSource::errorCodeString(), FileShortIdRootLongId, LongId::getParent(), Text::Length(), VestaSource::longid, VDirSurrogate::LongIdLookup(), VestaSource::lookupIndex(), MAX_ARC_LEN, MutableRootLongId, NullLongId, VRErrorCode::ok, PathnameSep, RootLongId, Text::Sub(), LongId::value, and VolatileRootLongId. Referenced by test_thread(). |
|
Definition at line 46 of file TestVDirSurrogate.C. Referenced by test_thread(). |