xref: /onnv-gate/usr/src/lib/librestart/common/mapfile-vers (revision 9765:2522fef20c5f)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
228744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
258744SAli.Bahrami@Sun.COM
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
382522Sraf#
392522Sraf
402522SrafSUNWprivate_1.1 {
412522Sraf    global:
422522Sraf	restarter_bind_handle;
432522Sraf	_restarter_commit_states;
442522Sraf	restarter_event_get_current_states;
452522Sraf	restarter_event_get_enabled;
462522Sraf	restarter_event_get_handle;
472522Sraf	restarter_event_get_instance;
482522Sraf	restarter_event_get_seq;
492522Sraf	restarter_event_get_time;
502522Sraf	restarter_event_get_type;
516045Srm88369	restarter_event_publish_retry;
522522Sraf	restarter_free_method_context;
532522Sraf	_restarter_get_channel_name;
542522Sraf	restarter_get_method_context;
552522Sraf	restarter_is_kill_method;
562522Sraf	restarter_is_kill_proc_method;
572522Sraf	restarter_is_null_method;
582522Sraf	restarter_remove_contract;
592522Sraf	restarter_rm_libs_loadable;
602522Sraf	restarter_set_method_context;
612522Sraf	restarter_set_states;
622522Sraf	restarter_state_to_string;
632522Sraf	restarter_store_contract;
642522Sraf	restarter_string_to_state;
658823STruong.Q.Nguyen@Sun.COM	restarter_inst_validate_ractions_aux_fmri;
668823STruong.Q.Nguyen@Sun.COM	restarter_inst_ractions_from_tty;
678823STruong.Q.Nguyen@Sun.COM	restarter_inst_reset_ractions_aux_fmri;
688823STruong.Q.Nguyen@Sun.COM	restarter_inst_reset_aux_fmri;
698823STruong.Q.Nguyen@Sun.COM	restarter_inst_set_aux_fmri;
70*9765SSean.Wilcox@Sun.COM	restarter_mc_error_destroy;
712522Sraf    local:
722522Sraf	*;
732522Sraf};
74