summaryrefslogtreecommitdiff
path: root/include/exporter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/exporter.hpp')
-rw-r--r--include/exporter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exporter.hpp b/include/exporter.hpp
index 3ac57b0..d328bf6 100644
--- a/include/exporter.hpp
+++ b/include/exporter.hpp
@@ -32,7 +32,7 @@ namespace exporter {
EXPORT_STARTING,
EXPORT_WAITING_FOR_RESPONSE,
EXPORT_DONE,
- } status;
+ } export_status;
typedef void (*send_email_callback)(e_err err);
@@ -41,7 +41,7 @@ namespace exporter {
time_t started_at;
time_t done_at;
e_err error;
- status status;
+ export_status status;
const char* sender;
const char* recipient;
const char* subject;