xref: /onnv-gate/usr/src/lib/librdc/common/mapfile-vers (revision 12692:4341b447c069)
17836SJohn.Forte@Sun.COM# CDDL HEADER START
27836SJohn.Forte@Sun.COM#
37836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the
47836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License").
57836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License.
67836SJohn.Forte@Sun.COM#
77836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
87836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing.
97836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions
107836SJohn.Forte@Sun.COM# and limitations under the License.
117836SJohn.Forte@Sun.COM#
127836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
137836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
147836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
157836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
167836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
177836SJohn.Forte@Sun.COM#
187836SJohn.Forte@Sun.COM# CDDL HEADER END
197836SJohn.Forte@Sun.COM#
207836SJohn.Forte@Sun.COM#
21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
227836SJohn.Forte@Sun.COM#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM
387836SJohn.Forte@Sun.COM#
397836SJohn.Forte@Sun.COM# Generic interface definition for usr/src/lib/librdc.
407836SJohn.Forte@Sun.COM#
417836SJohn.Forte@Sun.COM
42*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
43*12692SAli.Bahrami@Oracle.COM
44*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
457836SJohn.Forte@Sun.COM	global:
467836SJohn.Forte@Sun.COM		Is_ipv6present;
477836SJohn.Forte@Sun.COM		convert_nconf_to_knconf;
487836SJohn.Forte@Sun.COM		get_addr;
497836SJohn.Forte@Sun.COM		gethost_byname;
507836SJohn.Forte@Sun.COM		gethost_netaddrs;
517836SJohn.Forte@Sun.COM		rdc_check_release;
527836SJohn.Forte@Sun.COM		rdc_set_error;
537836SJohn.Forte@Sun.COM		rdc_alloc_config;
547836SJohn.Forte@Sun.COM		rdc_free_config;
557836SJohn.Forte@Sun.COM		rdc_free_rclist;
567836SJohn.Forte@Sun.COM		self_check;
577836SJohn.Forte@Sun.COM		rdc_enable;
587836SJohn.Forte@Sun.COM		rdc_enable_clrbmp;
597836SJohn.Forte@Sun.COM		rdc_disable;
607836SJohn.Forte@Sun.COM		rdc_log;
617836SJohn.Forte@Sun.COM		rdc_usync;
627836SJohn.Forte@Sun.COM		rdc_fsync;
637836SJohn.Forte@Sun.COM		rdc_rsync;
647836SJohn.Forte@Sun.COM		rdc_ursync;
657836SJohn.Forte@Sun.COM		rdc_wait;
667836SJohn.Forte@Sun.COM		rdc_set_autosync;
677836SJohn.Forte@Sun.COM		rdc_set_maxqfbas;
687836SJohn.Forte@Sun.COM		rdc_set_maxqitems;
697836SJohn.Forte@Sun.COM		rdc_get_maxqfbas;
707836SJohn.Forte@Sun.COM		rdc_get_maxqitems;
717836SJohn.Forte@Sun.COM		rdc_get_autosync;
727836SJohn.Forte@Sun.COM		rdc_reconfig_pbmp;
737836SJohn.Forte@Sun.COM		rdc_reconfig_sbmp;
747836SJohn.Forte@Sun.COM		rdc_reconfig_group;
757836SJohn.Forte@Sun.COM		rdc_reconfig_ctag;
767836SJohn.Forte@Sun.COM		rdc_set_sync;
777836SJohn.Forte@Sun.COM		rdc_set_async;
787836SJohn.Forte@Sun.COM		rdc_health;
797836SJohn.Forte@Sun.COM		rdc_reverse_role;
807836SJohn.Forte@Sun.COM		rdc_error;
817836SJohn.Forte@Sun.COM
827836SJohn.Forte@Sun.COM	local:
837836SJohn.Forte@Sun.COM		*;
847836SJohn.Forte@Sun.COM};
85