X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fnotification%2Fsrc%2Fcommon%2FNSStructs.h;h=6da4371b062228104dc78fd7a744d8e09e712589;hb=421ca0f436ae959caba272030df9b10d3024f788;hp=bb9a15f893e18c09e31d90a8b17e7ca4b046ca67;hpb=d2671aafa1c61b98b2e20fbef0d9c57957526d17;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/notification/src/common/NSStructs.h b/service/notification/src/common/NSStructs.h index bb9a15f..6da4371 100644 --- a/service/notification/src/common/NSStructs.h +++ b/service/notification/src/common/NSStructs.h @@ -126,7 +126,7 @@ typedef struct typedef struct { OCResourceHandle handle; - char * id; + uint64_t messageId; char providerId[NS_UUID_STRING_SIZE]; char * state; } NSSyncResource;