diff options
| author | Enrico Tassi | 2014-11-27 11:00:46 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-11-27 16:06:54 +0100 |
| commit | 72f471f42d7825b9ef370fb5a64acbd155d9140e (patch) | |
| tree | 7c9944326a4e001496ecafacbd8d127193466105 /stm/asyncTaskQueue.mli | |
| parent | 8c27af591cac09784d6d5bf9867fb743d5264967 (diff) | |
AsyncTaskQueue: parsin can also happen in the workers now
Diffstat (limited to 'stm/asyncTaskQueue.mli')
| -rw-r--r-- | stm/asyncTaskQueue.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stm/asyncTaskQueue.mli b/stm/asyncTaskQueue.mli index 172e1035ec..ee364ff19c 100644 --- a/stm/asyncTaskQueue.mli +++ b/stm/asyncTaskQueue.mli @@ -29,8 +29,7 @@ module type Task = sig val on_marshal_error : string -> task -> unit val on_slave_death : task option -> [ `Exit of int | `Stay ] val on_task_cancellation_or_expiration : task option -> unit - val forward_feedback : - Stateid.t -> Feedback.route_id -> Feedback.feedback_content -> unit + val forward_feedback : Feedback.feedback -> unit (* run by the worker *) val perform : request -> response |
