Coda Distributed File System
rescoord.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2003 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
19#ifndef _RESCOORD_H_
20#define _RESCOORD_H_
21
22int IsWeaklyEqual(ViceVersionVector **VV, int nvvs);
23int WEResPhase1(ViceFid *Fid, ViceVersionVector **VV, res_mgrpent *mgrp,
24 unsigned long *hosts, ViceStoreId *stid, ResStatus **rstatusp);
25int CompareDirContents(SE_Descriptor *sid_bufs, ViceFid *fid);
26int RegDirResolution(res_mgrpent *mgrp, ViceFid *Fid, ViceVersionVector **VV,
27 ResStatus **rstatusp, int *logresreq);
28
29#endif /* _RESCOORD_H_ */
Definition: rescomm.h:137
int WEResPhase1(ViceFid *Fid, ViceVersionVector **VV, res_mgrpent *mgrp, unsigned long *hosts, ViceStoreId *stid, ResStatus **rstatusp)
Definition: rescoord.cc:329
int IsWeaklyEqual(ViceVersionVector **VV, int nvvs)
Definition: rescoord.cc:304
int CompareDirContents(SE_Descriptor *sid_bufs, ViceFid *fid)
Definition: rescoord.cc:148
int RegDirResolution(res_mgrpent *mgrp, ViceFid *Fid, ViceVersionVector **VV, ResStatus **rstatusp, int *logresreq)
Definition: rescoord.cc:388
Definition: se.h:148