xref: /onnv-gate/usr/src/cmd/agents/snmp/agent/agent-mapfile-vers (revision 12692:4341b447c069)
1#
2# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11# or http://www.opensolaris.org/os/licensing.
12# See the License for the specific language governing permissions
13# and limitations under the License.
14#
15# When distributing Covered Code, include this CDDL HEADER in each
16# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17# If applicable, add the following below this CDDL HEADER, with the
18# fields enclosed by brackets "[]" replaced with your own identifying
19# information: Portions Copyright [yyyy] [name of copyright owner]
20#
21# CDDL HEADER END
22#
23
24#
25# MAPFILE HEADER START
26#
27# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28# Object versioning must comply with the rules detailed in
29#
30#	usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
38$mapfile_version 2
39
40SYMBOL_VERSION SUNW_1.1 {
41	global:
42		SSAMain;
43		SSARegSubagent;
44		SSAGetTrapPort;
45		SSASubagentOpen;
46		_SSASendTrap;
47		_SSASendTrap2;
48		_SSASendTrap3;
49		SSAAgentIsAlive;
50		SSARegSubtree;
51		numTrapElem;
52		callItem;
53		trapTableMap;
54		trapBucket;
55		numCallItem;
56		trapEnterpriseInfo;
57		trapAnyEnterpriseInfo;
58	local:
59		*;
60};
61
62SYMBOL_VERSION SUNWprivate_1.1 {
63	global:
64		load_enterprise_oid;
65		delete_manager_list;
66		access_policy_list_free;
67		delete_community_list;
68		trace_managers;
69		mem_filter_join;
70		trap_filter_action;
71		access_server_add_tail;
72		access_server_free;
73		init_manager_set;
74		set_first_manager;
75		get_curr_manager_set;
76		manager_list_free;
77		sub_member_free;
78		agent_process;
79		efilter_add;
80		manager_add;
81		community_attach;
82		trace_filter;
83		get_access_type;
84		is_valid_manager;
85		is_valid_community;
86		agent_manager_list_free;
87		_SSASendTrap4;
88	local:
89		*;
90};
91