Check the current operation.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 27 Jun 2013 09:14:51 +0000 (18:14 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 27 Jun 2013 09:14:51 +0000 (18:14 +0900)
commit447065464b3736c24523089a178149bc2aaf344a
tree2b011dbefe6cdf8a535396b4fa6086c5eb66c8bb
parent4c8a56bae211cd167bffe5e89914e8dd25e29738
Check the current operation.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] request_update & trigger_update_monitor should not be called directly from livebox interfaces.
[cause] request_update can be done by return NEED_TO_SCHEDULE, and trigger_update_monitor can be done by return OUTPUT_UPDATED.
[solution] Check the current operation, so the request_update and trigger_update_monitor will return if the operation is not done.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I136d5d7f6bad9c29a9e30424c51802d4cf80e2f8
include/so_handler.h
src/lb.c
src/so_handler.c