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:
41192bd
)
Block retransmission
89/68789/1
author
sung.goo.kim
<sung.goo.kim@samsung.com>
Mon, 9 May 2016 22:16:14 +0000
(07:16 +0900)
committer
sung.goo.kim
<sung.goo.kim@samsung.com>
Mon, 9 May 2016 22:16:24 +0000
(07:16 +0900)
Change-Id: I9e42363f002eda702d040ddef32a2bc0a78f38a9
lib/icl-ioty-ocprocess.c
patch
|
blob
|
history
diff --git
a/lib/icl-ioty-ocprocess.c
b/lib/icl-ioty-ocprocess.c
index e1e50d7411275941170d47af1126acc498260221..182c4ee6b4bf897301e11004aa0820962e3254b9 100644
(file)
--- a/
lib/icl-ioty-ocprocess.c
+++ b/
lib/icl-ioty-ocprocess.c
@@
-612,7
+612,7
@@
OCEntityHandlerResult icl_ioty_ocprocess_request_cb(OCEntityHandlerFlag flag,
g_idle_add(_icl_ioty_ocprocess_request_idle_cb, req_container);
- return OC_EH_
OK
;
+ return OC_EH_
SLOW
;
}
static int _icl_ioty_ocprocess_lite_resource_get_repr(
@@
-763,8
+763,7
@@
OCEntityHandlerResult icl_ioty_ocprocess_lite_request_cb(OCEntityHandlerFlag fla
break;
}
-
- return OC_EH_OK;
+ return OC_EH_SLOW;
}