projects
/
platform
/
core
/
iot
/
iotcon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff534b
)
Fix build error (recover IOTCON_OBSERVE_NO_OPTION)
author
sung.goo.kim
<sung.goo.kim@samsung.com>
Thu, 5 Nov 2015 05:16:58 +0000
(14:16 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 10 Nov 2015 10:13:05 +0000
(19:13 +0900)
Change-Id: I1d5ba9bfdf6de692bb6c07fd9bba7676ad22cf9c
lib/include/iotcon-constant.h
patch
|
blob
|
history
diff --git
a/lib/include/iotcon-constant.h
b/lib/include/iotcon-constant.h
index ba225bcaa96b569dba2097ef5ad9807e6fd9fc24..e30941887d64bb58a76a44799850445bc71329f6 100644
(file)
--- a/
lib/include/iotcon-constant.h
+++ b/
lib/include/iotcon-constant.h
@@
-243,6
+243,7
@@
typedef struct icl_state_s* iotcon_state_h;
typedef enum {
IOTCON_OBSERVE_REGISTER = 0, /**< Indicates action of registering observation*/
IOTCON_OBSERVE_DEREGISTER = 1, /**< Indicates action of unregistering observation */
+ IOTCON_OBSERVE_NO_OPTION = 2 /**< Indicates no option */
} iotcon_observe_action_e;
/**