Add Job Handler 91/149891/7
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Sep 2017 11:41:52 +0000 (20:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 19 Sep 2017 22:51:07 +0000 (07:51 +0900)
commitd6ecd8119151c20c079aa5307f9a1cdddcfb0803
tree2bae7a64d102fc95bb9c1886749754e933315de3
parentdde2443341cef047377da97264bd273940880aed
Add Job Handler

When the application is launched by the job scheduler, the service core
finds the job handler. And then, the handler will be invoked.
If the request is for processing the job when the application is running,
the reset callback will not be invoked.

Change-Id: Ie76211330024f18ffcde0cdefa3cc782c1a95871
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/service_app_internal.h
src/service_app_main.c