Coda Distributed File System
vice.private.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 8
5
6 Copyright (c) 1987-2021 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
19extern void CLIENT_InitHostTable(void);
20extern int CLIENT_Build(RPC2_Handle, char *, RPC2_Integer, SecretToken *,
21 ClientEntry **);
22extern void CLIENT_Delete(ClientEntry *);
23extern void CLIENT_CleanUpHost(HostTable *);
24extern void CLIENT_GetWorkStats(int *, int *, unsigned int);
25extern void CLIENT_PrintClients();
26extern void CLIENT_CallBackCheck();
28
29char *ViceErrorMsg(int errorCode);
30
31extern void Die(char *);
32extern int GetEtherStats();
33extern int InitCallBack();
34extern void ViceLog(int...);
35extern void DeleteCallBack(HostTable *, ViceFid *);
36extern void BreakCallBack(HostTable *, ViceFid *);
37extern void DeleteVenus(HostTable *);
38extern void DeleteFile(ViceFid *);
39extern int InitCallBack();
40
42struct timeval *srv_rpc2_timeout();
int32_t RPC2_Integer
Definition: rpc2.h:297
RPC2_Integer RPC2_Handle
Definition: rpc2.h:345
Definition: srv.h:124
Definition: srv.h:114
void DeleteCallBack(HostTable *, ViceFid *)
Definition: vicecb.cc:492
int InitCallBack()
Definition: vicecb.cc:264
void CLIENT_PrintClients()
Definition: clientproc.cc:413
char * ViceErrorMsg(int errorCode)
Definition: ViceErrorMsg.c:66
void CLIENT_InitHostTable(void)
Definition: clientproc.cc:179
void CLIENT_Delete(ClientEntry *)
Definition: clientproc.cc:146
void CLIENT_CallBackCheck()
Definition: clientproc.cc:316
void Die(char *)
Definition: vargs.c:54
void BreakCallBack(HostTable *, ViceFid *)
Definition: vicecb.cc:343
void DeleteFile(ViceFid *)
Definition: vicecb.cc:553
int CLIENT_Build(RPC2_Handle, char *, RPC2_Integer, SecretToken *, ClientEntry **)
Definition: clientproc.cc:80
int GetEtherStats()
Definition: srvproc2.cc:827
void CLIENT_GetWorkStats(int *, int *, unsigned int)
Definition: clientproc.cc:457
int check_reintegration_retry
Definition: srv.cc:139
void CLIENT_CleanUpHost(HostTable *)
Definition: clientproc.cc:365
void DeleteVenus(HostTable *)
Definition: vicecb.cc:536
struct timeval * srv_rpc2_timeout()
Definition: srv.cc:354
void ViceLog(int...)
int CLIENT_MakeCallBackConn(ClientEntry *Client)
Definition: clientproc.cc:237