diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-18 13:19:26 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-18 13:19:26 +0200 |
commit | 1a73843ceca12932e57f57caf66033c69f8c0d1f (patch) | |
tree | f210349b2a9b5343876556c4ed379444de9c0fda /src/common/common_fwd.h | |
parent | Merge pull request #2416 (diff) | |
parent | Tweak concurrency limits (diff) | |
download | monero-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.h | 3 |
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; } |