aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/symbol_collector_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/symbol_collector_client.h')
-rw-r--r--src/common/linux/symbol_collector_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/linux/symbol_collector_client.h b/src/common/linux/symbol_collector_client.h
index 5f811de4..0e23242a 100644
--- a/src/common/linux/symbol_collector_client.h
+++ b/src/common/linux/symbol_collector_client.h
@@ -71,7 +71,8 @@ class SymbolCollectorClient {
const string& api_key,
const string& upload_key,
const string& debug_file,
- const string& debug_id);
+ const string& debug_id,
+ const string& type);
static SymbolStatus CheckSymbolStatus(
LibcurlWrapper* libcurl_wrapper,