From 6d7a57d7b76a0e8964ec2aaa8e5a2d1672fdaa70 Mon Sep 17 00:00:00 2001 From: Jooseok Park Date: Mon, 12 Dec 2016 16:13:26 +0900 Subject: fix type casting for oic handle - remove type casting and use original oic handle Change-Id: Ia3fd0131bca459cedcba7906c419028b9564cb16 --- src/ic-request.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ic-request.h') 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__ */ -- cgit v1.2.3