Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / bos / mapfile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 {
9 global:
10 bos_ServerOpen;
11 bos_ServerClose;
12 bos_ProcessCreate;
13 bos_ProcessDelete;
14 bos_ProcessExecutionStateGet;
15 bos_ProcessExecutionStateSet;
16 bos_ProcessExecutionStateSetTemporary;
17 bos_ProcessNameGetBegin;
18 bos_ProcessNameGetNext;
19 bos_ProcessNameGetDone;
20 bos_ProcessInfoGet;
21 bos_ProcessParameterGetBegin;
22 bos_ProcessParameterGetNext;
23 bos_ProcessParameterGetDone;
24 bos_ProcessNotifierGet;
25 bos_ProcessRestart;
26 bos_ProcessAllStop;
27 bos_ProcessAllStart;
28 bos_ProcessAllWaitStop;
29 bos_ProcessAllStopAndRestart;
30 bos_AdminCreate;
31 bos_AdminDelete;
32 bos_AdminGetBegin;
33 bos_AdminGetNext;
34 bos_AdminGetDone;
35 bos_KeyCreate;
36 bos_KeyDelete;
37 bos_KeyGetBegin;
38 bos_KeyGetNext;
39 bos_KeyGetDone;
40 bos_CellSet;
41 bos_CellGet;
42 bos_HostCreate;
43 bos_HostDelete;
44 bos_HostGetBegin;
45 bos_HostGetNext;
46 bos_HostGetDone;
47 bos_ExecutableCreate;
48 bos_ExecutableRevert;
49 bos_ExecutableTimestampGet;
50 bos_ExecutablePrune;
51 bos_ExecutableRestartTimeSet;
52 bos_ExecutableRestartTimeGet;
53 bos_LogGet;
54 bos_AuthSet;
55 bos_CommandExecute;
56 isValidServerHandle;
57 bos_Salvage;
58 bos_ProcessAllWaitTransition;
59 bos_FSProcessCreate;
60 bos_ProcessRPCStatsGetBegin;
61 bos_ProcessRPCStatsGetNext;
62 bos_ProcessRPCStatsGetDone;
63 bos_PeerRPCStatsGetBegin;
64 bos_PeerRPCStatsGetNext;
65 bos_PeerRPCStatsGetDone;
66 bos_ProcessRPCStatsStateGet;
67 bos_PeerRPCStatsStateGet;
68 bos_ProcessRPCStatsStateEnable;
69 bos_PeerRPCStatsStateEnable;
70 bos_ProcessRPCStatsStateDisable;
71 bos_PeerRPCStatsStateDisable;
72 bos_ProcessRPCStatsClear;
73 bos_PeerRPCStatsClear;
74 bos_RPCStatsVersionGet;
75
76 local:
77 *;
78 };