summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/message.h b/src/message.h
index 14e66c30..ad30798a 100644
--- a/src/message.h
+++ b/src/message.h
@@ -24,7 +24,8 @@
enum message_state {
MESSAGE_STATE_PENDING,
MESSAGE_STATE_SENT,
- MESSAGE_STATE_FAILED
+ MESSAGE_STATE_FAILED,
+ MESSAGE_STATE_CANCELLED,
};
struct ofono_atom;