projects
/
pdns-recursor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f19898
)
stack-size
author
pdns-recursor packagers
<pdns-recursor@packages.debian.org>
Tue, 19 May 2020 08:52:06 +0000
(09:52 +0100)
committer
Chris Hofstaedtler
<zeha@debian.org>
Tue, 19 May 2020 08:52:06 +0000
(09:52 +0100)
Gbp-Pq: Name stack-size
test-mtasker.cc
patch
|
blob
|
history
diff --git
a/test-mtasker.cc
b/test-mtasker.cc
index f6f1b5b46549c83d062ea72c71cb7dd7bf61a74c..fd7e52899ee57f1acd1c1d197386b234a59efb20 100644
(file)
--- a/
test-mtasker.cc
+++ b/
test-mtasker.cc
@@
-48,7
+48,7
@@
static void willThrow(void* p)
BOOST_AUTO_TEST_CASE(test_MtaskerException) {
BOOST_CHECK_THROW( {
- MTasker<> mt
;
+ MTasker<> mt
(200000); // stack-size default value from pdns_recursor.cc.
mt.makeThread(willThrow, 0);
struct timeval now;