X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Finclude%2Finternal%2Focresource.h;h=091381fdc0217528da0d7cc793cdfdeaf3b548d1;hb=c315c87e07c4080ecd0ef488e7a1047bc3c509b2;hp=1e6b12e3210b96c34d5d8af4b90d23c75e506c80;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/include/internal/ocresource.h b/resource/csdk/stack/include/internal/ocresource.h index 1e6b12e..091381f 100755 --- a/resource/csdk/stack/include/internal/ocresource.h +++ b/resource/csdk/stack/include/internal/ocresource.h @@ -232,7 +232,7 @@ typedef struct OCResource { union { /** An ordinal number that is not repeated - must be unique in the collection context. */ - uint8_t ins; + int64_t ins; /** Any unique string including a URI. */ char *uniqueStr; /** Use UUID for universal uniqueness - used in /oic/res to identify the device. */