From 22b4418dda9cec4ae569e5848b8504912e527fde Mon Sep 17 00:00:00 2001 From: "sung.goo.kim" Date: Thu, 5 Nov 2015 14:16:58 +0900 Subject: [PATCH] Fix build error (recover IOTCON_OBSERVE_NO_OPTION) Change-Id: I1d5ba9bfdf6de692bb6c07fd9bba7676ad22cf9c --- lib/include/iotcon-constant.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/include/iotcon-constant.h b/lib/include/iotcon-constant.h index ba225bc..e309418 100644 --- 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; /** -- 2.7.4