Skip to content

Commit dba0437

Browse files
committed
Add registerTraceInit to old converse
1 parent 43f9040 commit dba0437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/conv-core/converse.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,8 @@ int CmmGetLastTag(CmmTable t, int ntags, int *tags);
17541754

17551755
/******** ConverseInit and ConverseExit ********/
17561756

1757+
void registerTraceInit(void (*fn)(char **argv));
1758+
17571759
void ConverseInit(int, char**, CmiStartFn, int, int);
17581760

17591761
/* Optional parameter for ConverseExit() - based on

0 commit comments

Comments
 (0)