Print this page
NEX-17829 libfmd_snmp and snmp-notify should provide FMRIs for all fault types
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
*** 19,61 ****
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
- #
- # MAPFILE HEADER START
- #
- # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
- # Object versioning must comply with the rules detailed in
- #
- # usr/src/lib/README.mapfiles
- #
- # You should not be making modifications here until you've read the most current
- # copy of that file. If you need help, contact a gatekeeper for guidance.
- #
- # MAPFILE HEADER END
- #
-
$mapfile_version 2
SYMBOL_VERSION SUNWprivate {
global:
- fmd_fmri_alloc;
- fmd_fmri_error;
- fmd_fmri_free;
- fmd_fmri_get_drgen;
- fmd_fmri_get_platform;
- fmd_fmri_get_rootdir;
- fmd_fmri_set_errno;
- fmd_fmri_strdup;
- fmd_fmri_strescape;
- fmd_fmri_strfree;
- fmd_fmri_topo_hold;
- fmd_fmri_topo_rele;
- fmd_fmri_warn;
- fmd_fmri_zalloc;
init_sunFM;
local:
*;
};
--- 19,34 ----
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2018 Nexenta Systems, Inc.
#
$mapfile_version 2
SYMBOL_VERSION SUNWprivate {
global:
init_sunFM;
local:
*;
};