summaryrefslogtreecommitdiff
path: root/include/service-engine/se_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service-engine/se_common.h')
-rwxr-xr-xinclude/service-engine/se_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/service-engine/se_common.h b/include/service-engine/se_common.h
index 108acef..7631ff8 100755
--- a/include/service-engine/se_common.h
+++ b/include/service-engine/se_common.h
@@ -29,6 +29,7 @@
#define DEFINE_SYNC_CONNECTING "CONNECTING"
#define DEFINE_SYNC_AUTHENTICATED "AUTHENTICATED"
#define DEFINE_SYNC_DONE "DONE"
+#define DEFINE_SYNC_CANCEL "CANCEL"
#define DEFINE_SYNC_ERROR "ERROR"
#define DEFINE_ERROR_NONE "ERROR_NONE"
@@ -70,7 +71,8 @@ typedef enum {
PROGRESS_CONNECTING = 2,
PROGRESS_AUTHENTICATED = 3,
PROGRESS_DONE = 4,
- PROGRESS_ERROR = 5
+ PROGRESS_CANCEL = 5,
+ PROGRESS_ERROR = 6
} sync_progress_e;
typedef enum {