aboutsummaryrefslogtreecommitdiff
path: root/src/common/common_fwd.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-09-18 13:19:26 +0200
committerRiccardo Spagni <ric@spagni.net>2017-09-18 13:19:26 +0200
commit1a73843ceca12932e57f57caf66033c69f8c0d1f (patch)
treef210349b2a9b5343876556c4ed379444de9c0fda /src/common/common_fwd.h
parentMerge pull request #2416 (diff)
parentTweak concurrency limits (diff)
downloadmonero-1a73843ceca12932e57f57caf66033c69f8c0d1f.tar.xz
Merge pull request #2446
6d0ca7d1 Tweak concurrency limits (Howard Chu) 510d0d47 Use a threadpool (Howard Chu)
Diffstat (limited to 'src/common/common_fwd.h')
-rw-r--r--src/common/common_fwd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/common_fwd.h b/src/common/common_fwd.h
index 5d67251b1..f33e185b5 100644
--- a/src/common/common_fwd.h
+++ b/src/common/common_fwd.h
@@ -36,6 +36,5 @@ namespace tools
struct login;
class password_container;
class t_http_connection;
- class task_region;
- class thread_group;
+ class threadpool;
}