summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-02-04 17:40:33 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-03-18 18:31:14 -0500
commit888e07863b24026413bac8f449de377c879e1044 (patch)
treea9c7f1deb71d7e6d41d439f822b564f6b36a2829 /src/message.h
parentc01140c8517a53e9d9a32a91255f2a9c06943ef2 (diff)
downloadofono-888e07863b24026413bac8f449de377c879e1044.tar.bz2
message: add cancelled state
Based on patch from Yang Gu <gyagp0@gmail.com>
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;