Print this page
NEX-2846 Enable Automatic/Intelligent Hot Sparing capability
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
        
*** 17,26 ****
--- 17,27 ----
  # information: Portions Copyright [yyyy] [name of copyright owner]
  #
  # CDDL HEADER END
  #
  # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
  #
  
  $mapfile_version 2
  
  SYMBOL_SCOPE {
*** 72,81 ****
--- 73,83 ----
          fmd_hdl_setspecific             { TYPE = function; FLAGS = extern };
          fmd_hdl_strdup                  { TYPE = function; FLAGS = extern };
          fmd_hdl_strfree                 { TYPE = function; FLAGS = extern };
          fmd_hdl_subscribe               { TYPE = function; FLAGS = extern };
          fmd_hdl_topo_hold               { TYPE = function; FLAGS = extern };
+         fmd_hdl_topo_node_get_by_devid  { TYPE = function; FLAGS = extern };
          fmd_hdl_topo_rele               { TYPE = function; FLAGS = extern };
          fmd_hdl_unregister              { TYPE = function; FLAGS = extern };
          fmd_hdl_unsubscribe             { TYPE = function; FLAGS = extern };
          fmd_hdl_vabort                  { TYPE = function; FLAGS = extern };
          fmd_hdl_vdebug                  { TYPE = function; FLAGS = extern };