1# CDDL HEADER START 2# 3# The contents of this file are subject to the terms of the 4# Common Development and Distribution License (the "License"). 5# You may not use this file except in compliance with the License. 6# 7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8# or http://www.opensolaris.org/os/licensing. 9# See the License for the specific language governing permissions 10# and limitations under the License. 11# 12# When distributing Covered Code, include this CDDL HEADER in each 13# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14# If applicable, add the following below this CDDL HEADER, with the 15# fields enclosed by brackets "[]" replaced with your own identifying 16# information: Portions Copyright [yyyy] [name of copyright owner] 17# 18# CDDL HEADER END 19# 20# 21# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24# 25# Generic interface definition for usr/src/lib/librdc. 26# 27# For information regarding the establishment of versioned definitions see: 28# The Linker and Libraries Manual (version 2.5 or greater) 29# This is part of the Developers Guide in the Answerbook. Specifically refer 30# to Chapter 2 under section "Defining Additional Symbols" through section 31# "Reducing Symbol Scope", and Chapter 5 "Versioning". 32# 33# For specific OSNET rules for the modification (evolution) of these version 34# definitions see: 35# Policy for Shared Library Version Names and Interface Definitions 36 37 38SUNWprivate_1.1 { 39 global: 40 Is_ipv6present; 41 convert_nconf_to_knconf; 42 get_addr; 43 gethost_byname; 44 gethost_netaddrs; 45 rdc_check_release; 46 rdc_set_error; 47 rdc_alloc_config; 48 rdc_free_config; 49 rdc_free_rclist; 50 self_check; 51 rdc_enable; 52 rdc_enable_clrbmp; 53 rdc_disable; 54 rdc_log; 55 rdc_usync; 56 rdc_fsync; 57 rdc_rsync; 58 rdc_ursync; 59 rdc_wait; 60 rdc_set_autosync; 61 rdc_set_maxqfbas; 62 rdc_set_maxqitems; 63 rdc_get_maxqfbas; 64 rdc_get_maxqitems; 65 rdc_get_autosync; 66 rdc_reconfig_pbmp; 67 rdc_reconfig_sbmp; 68 rdc_reconfig_group; 69 rdc_reconfig_ctag; 70 rdc_set_sync; 71 rdc_set_async; 72 rdc_health; 73 rdc_reverse_role; 74 rdc_error; 75 76 local: 77 *; 78}; 79