summaryrefslogtreecommitdiff
path: root/perfprofd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'perfprofd/config.h')
-rw-r--r--perfprofd/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perfprofd/config.h b/perfprofd/config.h
index 4c1f12b1..774f7e86 100644
--- a/perfprofd/config.h
+++ b/perfprofd/config.h
@@ -96,6 +96,9 @@ struct Config {
// If true, use libz to compress the output proto.
bool compress = true;
+ // If true, send the proto to dropbox instead to a file.
+ bool send_to_dropbox = false;
+
// Sleep for the given number of seconds.
virtual void Sleep(size_t seconds) = 0;