From 8d9ff44134644f13c9562260a879b5effe25321d Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 9 Jun 2008 21:28:19 +0000 Subject: [PATCH] Add visibility required for some environments and configs This commit was SVN r18629. --- orte/util/totalview.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/orte/util/totalview.h b/orte/util/totalview.h index f57549261f..3db5066440 100644 --- a/orte/util/totalview.h +++ b/orte/util/totalview.h @@ -24,11 +24,11 @@ BEGIN_C_DECLS -void orte_run_debugger(char *basename, opal_cmd_line_t *cmd_line, +ORTE_DECLSPEC void orte_run_debugger(char *basename, opal_cmd_line_t *cmd_line, int argc, char *argv[], int num_procs) __opal_attribute_noreturn__; -void orte_totalview_init_before_spawn(void); -void orte_totalview_init_after_spawn(orte_jobid_t jobid); -void orte_totalview_finalize(void); +ORTE_DECLSPEC void orte_totalview_init_before_spawn(void); +ORTE_DECLSPEC void orte_totalview_init_after_spawn(orte_jobid_t jobid); +ORTE_DECLSPEC void orte_totalview_finalize(void); ORTE_DECLSPEC extern void *MPIR_Breakpoint(void);