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:
4573ed8
)
stack-size
author
pdns-recursor packagers
<pdns-recursor@packages.debian.org>
Sun, 3 Feb 2019 15:02:43 +0000
(15:02 +0000)
committer
Chris Hofstaedtler
<zeha@debian.org>
Sun, 3 Feb 2019 15:02:43 +0000
(15:02 +0000)
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;