

Public Member Functions | |
| InsertMutableDirectoryStep (VSAProgramState *state) | |
| VestaSource::errorCode | execute (VSAProgramState *state) |
Private Attributes | |
| VestaSourceAtomic::VSIndex | parenti |
| char | arc [MAX_ARC_LEN+1] |
| VestaSourceAtomic::VSIndex | diri |
| bool | master |
| VestaSource::dupeCheck | chk |
| time_t | timestamp |
Definition at line 415 of file VSAServer.C.
| InsertMutableDirectoryStep::InsertMutableDirectoryStep | ( | VSAProgramState * | state | ) | [inline] |
Definition at line 423 of file VSAServer.C.
References arc, chk, diri, master, MAX_ARC_LEN, VSAStep::next, parenti, SRPC::recv_chars_here(), SRPC::recv_int(), VSAProgramState::srpc, and timestamp.
Here is the call graph for this function:

| VestaSource::errorCode InsertMutableDirectoryStep::execute | ( | VSAProgramState * | state | ) | [inline, virtual] |
Implements VSAStep.
Definition at line 433 of file VSAServer.C.
References Sequence< Elem, elem_ptrfree >::addhi(), arc, chk, diri, Sequence< Elem, elem_ptrfree >::get(), VestaSource::insertMutableDirectory(), VRErrorCode::invalidArgs, master, VSAProgramState::now, parenti, Sequence< Elem, elem_ptrfree >::size(), timestamp, VSAProgramState::vss, and VSAProgramState::who.
Here is the call graph for this function:

Definition at line 416 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
char InsertMutableDirectoryStep::arc[MAX_ARC_LEN+1] [private] |
Definition at line 417 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
Definition at line 418 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
bool InsertMutableDirectoryStep::master [private] |
Definition at line 419 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
Definition at line 420 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
time_t InsertMutableDirectoryStep::timestamp [private] |
Definition at line 421 of file VSAServer.C.
Referenced by execute(), and InsertMutableDirectoryStep().
1.5.1