summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pool.h b/src/pool.h
index 17781bf1..cec2f05e 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -83,12 +83,13 @@ public:
bool keep_base; // --base
optional<path> price_db; // --price-db=
- long download_leeway; // --leeway=
- bool download_quotes; // --download
+ long quote_leeway; // --leeway=
+ bool get_quotes; // --download
public:
function<optional<price_point_t>
- (const optional<commodity_t&>& commodity)> get_commodity_quote;
+ (const commodity_t& commodity,
+ const optional<commodity_t&>& in_terms_of)> get_commodity_quote;
explicit commodity_pool_t();