summaryrefslogtreecommitdiffstats
path: root/pablo/ProcTrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'pablo/ProcTrace.h')
-rw-r--r--pablo/ProcTrace.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pablo/ProcTrace.h b/pablo/ProcTrace.h
index 6ff2911..e9e3d31 100644
--- a/pablo/ProcTrace.h
+++ b/pablo/ProcTrace.h
@@ -88,8 +88,8 @@
#undef RUNTIME_TRACE
#endif
enum HDF_IDS {
-NO_TRACE,
-RUNTIME_TRACE,
+NO_TRACE = 0,
+RUNTIME_TRACE = 1,
SUMMARY_TRACE,
MPI_RUNTIME_TRACE,
MPI_SUMMARY_TRACE,
@@ -102,6 +102,7 @@ NUM_HDF_IDS
#define SUPPRESS_MPIO_TRACE 6
#define ID_HDF_Last_Entry ID_ALLHDF
-void HDFinitTrace( const char *, int trace_id, ... );
+void HDFinitTrace( const char *, int procNum, int trace_id, ... );
void HDFendTrace( void );
+void setHDFcallLevel( int );
#endif /* PROCTRACE_H */