Modify Consumer Logic
authorYounghyunJoo <yh_.joo@samsung.com>
Tue, 5 Jul 2016 06:12:36 +0000 (15:12 +0900)
committerUze Choi <uzchoi@samsung.com>
Tue, 5 Jul 2016 08:30:21 +0000 (08:30 +0000)
commita6f4e5ff77b68f2d658adfa14de18b9a30685999
tree15c7f5ec43292f76073d80722b6664b508592c66
parent798da8b7010fff84d3b9e65addcbbb18cb98a672
Modify Consumer Logic

- Modify name of the internal member values (ex> _addr->i_addr).
- Modify data type for message ID & message TTL (uint64_t: %ld->%llu).
- Modify storage(NSMessage/NSProvider) logic
- Remove unnecessary task logic (TASK_RECV_READ/TASK_RECV_DISMISS).
- Remove unnecessary comments & Modify typo

 . patch#1: initial commit
 . patch#2: modify typo
 . patch#3: remove tab
 . patch#4: update review comment

Change-Id: Iedafc2c6f605656d38b5e5354f1d57b6827566ca
Signed-off-by: YounghyunJoo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9117
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/examples/linux/notificationconsumer.c
service/notification/src/common/NSUtil.c
service/notification/src/consumer/NSConsumerCommon.c
service/notification/src/consumer/NSConsumerCommon.h
service/notification/src/consumer/NSConsumerCommunication.c
service/notification/src/consumer/NSConsumerDiscovery.c
service/notification/src/consumer/NSConsumerInternalTaskController.c
service/notification/src/consumer/NSConsumerQueueScheduler.c
service/notification/src/consumer/cache/linux/NSConsumerMemoryCache.c