root/orte/mca/errmgr/default_tool/errmgr_default_tool.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2013      Intel, Inc. All rights reserved.
   3  *
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 /**
  12  * @file
  13  *
  14  */
  15 
  16 #ifndef MCA_ERRMGR_default_tool_EXPORT_H
  17 #define MCA_ERRMGR_default_tool_EXPORT_H
  18 
  19 #include "orte_config.h"
  20 
  21 #include "orte/mca/errmgr/errmgr.h"
  22 
  23 BEGIN_C_DECLS
  24 
  25 /*
  26  * Local Component structures
  27  */
  28 
  29 ORTE_MODULE_DECLSPEC extern orte_errmgr_base_component_t mca_errmgr_default_tool_component;
  30 
  31 ORTE_DECLSPEC extern orte_errmgr_base_module_t orte_errmgr_default_tool_module;
  32 
  33 END_C_DECLS
  34 
  35 #endif /* MCA_ERRMGR_tool_EXPORT_H */

/* [<][>][^][v][top][bottom][index][help] */