Skip to content

Commit 3084ef4

Browse files
committed
release-4.0
1 parent a5531a4 commit 3084ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STAT.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class STAT_FrontEnd
206206
StatError_t pause(bool blocking = true);
207207
StatError_t resume(bool blocking = true);
208208
bool isRunning();
209-
StatError_t sampleStackTraces(unsigned int sampleType, unsigned int nTraces, unsigned int traceFrequency, unsigned int nRetries, unsigned int maxDaemonNumThreads, unsigned int retryFrequency, bool blocking = true, const char *variableSpecification = "NULL");
209+
StatError_t sampleStackTraces(unsigned int sampleType, unsigned int nTraces, unsigned int traceFrequency, unsigned int nRetries, unsigned int retryFrequency, unsigned int maxDaemonNumThreads = 1024, bool blocking = true, const char *variableSpecification = "NULL");
210210
StatError_t gatherLastTrace(bool blocking = true, const char *altDotFilename = NULL);
211211
StatError_t gatherTraces(bool blocking = true, const char *altDotFilename = NULL);
212212
char *getLastDotFilename();

0 commit comments

Comments
 (0)