Replace server connection close API 30/146230/1 accepted/tizen/unified/20170830.160907 submit/tizen/20170829.012725
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 25 Aug 2017 10:10:36 +0000 (19:10 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 25 Aug 2017 10:10:36 +0000 (19:10 +0900)
commitabd4e68bfaee6c8c0842baec5d1a546210612914
tree71b757839b6be74060cf52df97229266d8cc4211
parent3fc6c01afb1be4a218411764da80c48b6930c4a2
Replace server connection close API

In signal handler, fds will be closed in fd-id table,
but, closed fd by muse_core_connection_close is not removed from table.
It can cause unexpected behavior in signal handler,
so new API is added and it removes closed fd in fd-id table.

[Version] 0.3.5
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20170825.1]

Change-Id: I2df5af4bc835bd92ea25170175e9e5fafe9cc54e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-recorder.spec
src/recorder.c