Remove NSMessage Storage of consumer service.
authorKIM JungYong <jyong2.kim@samsung.com>
Wed, 7 Sep 2016 05:33:14 +0000 (14:33 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 8 Sep 2016 10:01:06 +0000 (10:01 +0000)
commitc3863f567b8edaaff7c97edd0e654600e6c37355
tree300467ecc459bf647dfc5a80bc112aafb7e78aab
parent36bf8c530817dd188203ec57c4b19599c050f3c6
Remove NSMessage Storage of consumer service.

NSMessage storage is removed reason by unnecessariness functionality.
But, for the prevent of duplicated message, messageId and NSSyncType need to store.
So, linked list of information for message sync state is added.

Change-Id: Iea80b20a4ca44d9b17b2d3f0746d1f33212d9a3e
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11479
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Chihyun Cho <ch79.cho@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/src/consumer/NSConsumerCommon.h
service/notification/src/consumer/NSConsumerInternalTaskController.c
service/notification/src/consumer/NSConsumerMemoryCache.c
service/notification/src/consumer/NSConsumerMemoryCache.h
service/notification/src/consumer/NSConsumerScheduler.c