summaryrefslogtreecommitdiff
path: root/src/ic-request.h
diff options
context:
space:
mode:
authorJooseok Park <jooseok.park@samsung.com>2016-12-12 16:13:26 +0900
committerJooseok Park <jooseok.park@samsung.com>2016-12-12 16:57:04 +0900
commit6d7a57d7b76a0e8964ec2aaa8e5a2d1672fdaa70 (patch)
tree0ff0a1cb2109c8f812ec58e0cb8d496629c773d7 /src/ic-request.h
parent5f97819d47d71e5a1f36580ed3cf9874b7b61da3 (diff)
downloadiotcon-6d7a57d7b76a0e8964ec2aaa8e5a2d1672fdaa70.tar.gz
iotcon-6d7a57d7b76a0e8964ec2aaa8e5a2d1672fdaa70.tar.bz2
iotcon-6d7a57d7b76a0e8964ec2aaa8e5a2d1672fdaa70.zip
fix type casting for oic handlesubmit/tizen_3.0/20161212.080836
- remove type casting and use original oic handle Change-Id: Ia3fd0131bca459cedcba7906c419028b9564cb16
Diffstat (limited to 'src/ic-request.h')
-rw-r--r--src/ic-request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ic-request.h b/src/ic-request.h
index 8b77a66..4b7fb79 100644
--- a/src/ic-request.h
+++ b/src/ic-request.h
@@ -32,8 +32,8 @@ struct icl_resource_request {
iotcon_query_h query;
struct icl_observe_info observation_info;
iotcon_representation_h repr;
- int64_t oic_request_h;
- int64_t oic_resource_h;
+ OCRequestHandle oic_request_h;
+ OCResourceHandle oic_resource_h;
};
#endif /* __IOTCON_INTERNAL_REQUEST_H__ */