|
Namespaces |
namespace | VestaSourceSRPC |
Defines |
#define | _VSSRPC 1 |
Enumerations |
enum | { version = 11
} |
enum | {
Lookup,
CreateVolatileDirectory,
DeleteVolatileDirectory,
List,
GetNFSInfo,
ReallyDelete,
InsertFile,
InsertMutableFile,
InsertImmutableDirectory,
InsertAppendableDirectory,
InsertMutableDirectory,
InsertGhost,
InsertStub,
RenameTo,
MakeMutable,
obsolete1,
obsolete2,
obsolete3,
InAttribs,
GetAttrib,
GetAttrib2,
ListAttribs,
GetAttribHistory,
WriteAttrib,
LookupPathname,
LookupIndex,
obsolete6,
obsolete7,
obsolete8,
obsolete9,
obsolete10,
obsolete11,
obsolete12,
MakeFilesImmutable,
SetIndexMaster,
Stat,
Read,
Write,
SetExecutable,
SetSize,
SetTimestamp,
FPToShortId,
GetBase,
obsolete4,
obsolete5,
Atomic,
AtomicTarget,
AtomicDeclare,
AtomicResync,
AtomicTestMaster,
AtomicSetMaster,
AtomicAccessCheck,
AtomicTypeCheck,
AtomicRun,
AtomicCancel,
AtomicMergeAttrib,
AcquireMastership,
CedeMastership,
Replicate,
ReplicateAttribs,
GetUserInfo,
RefreshAccessTables,
GetStats,
MeasureDirectory,
CollapseBase,
SetPerfDebug,
GetServerInfo,
ReadWholeCompressed
} |
enum | { compress_zlib_deflate
} |
Functions |
Text | defaultHost () throw () |
Text | defaultInterface () throw () |
MultiSRPC::ConnId | Start (SRPC *&srpc) throw (SRPC::failure) |
MultiSRPC::ConnId | Start (SRPC *&srpc, const Text &host_interface) throw (SRPC::failure) |
MultiSRPC::ConnId | Start (SRPC *&srpc, Text hostname, Text interface) throw (SRPC::failure) |
void | End (MultiSRPC::ConnId id) throw () |
void | send_identity (SRPC *srpc, AccessControl::Identity who) throw (SRPC::failure) |