summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/portfolio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/portfolio.cpp b/src/main/portfolio.cpp
index 0fd220dbe..fe540d72f 100644
--- a/src/main/portfolio.cpp
+++ b/src/main/portfolio.cpp
@@ -62,7 +62,7 @@ template<typename T, typename S>
std::pair<int, S> runPortfolio(int numThreads,
boost::function<T()> driverFn,
boost::function<S()> threadFns[],
- uint64_t stackSize,
+ size_t stackSize,
bool optionWaitToJoin,
TimerStat& statWaitTime) {
boost::thread thread_driver;
@@ -131,7 +131,7 @@ std::pair<int, bool>
runPortfolio<void, bool>(int,
boost::function<void()>,
boost::function<bool()>*,
- uint64_t,
+ size_t,
bool,
TimerStat&);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback