summaryrefslogtreecommitdiff
path: root/src/ic-request.h
diff options
context:
space:
mode:
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__ */