Allow parallel action execution
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Thu, 27 Jun 2019 11:25:05 +0000 (13:25 +0200)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 28 Jun 2019 08:55:36 +0000 (10:55 +0200)
commitd04073e5071ed5c21b90d030a9eed9144d8ecc10
treeb311474ecfd5808181818637858681baea1ca5d4
parentbc0f6dc2cd94c7441315df3b573d698d7e035311
Allow parallel action execution

data_source module can now run default action, even if another action
(of the same process) is in progress.

Moreover, added refcounting mechanism for proc_info structure.

Change-Id: I4e5bf3d931e7b7ab5056373ee49817b0053142cb
src/action.c
src/data_source.h
src/process.c
src/process.h