aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-05-12 15:14:30 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-05-12 15:14:30 +0300
commit2d799097ca8467f27c684ba36152ff4e83c6ad28 (patch)
tree023ca29ac16e5a9198920eaeb1e9dea59544e9b3 /src/common/util.h
parentstarted WalletListener (diff)
parentMerge pull request #826 (diff)
downloadmonero-2d799097ca8467f27c684ba36152ff4e83c6ad28.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index ed1c16cb0..4fcf66b8f 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -160,4 +160,7 @@ namespace tools
};
void set_strict_default_file_permissions(bool strict);
+
+ void set_max_concurrency(unsigned n);
+ unsigned get_max_concurrency();
}