Commit 4140b535 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Rename WorkerAux module to Worker

parent 6e2b9101
...@@ -21,7 +21,7 @@ import Table ...@@ -21,7 +21,7 @@ import Table
, freq_from_stat , freq_from_stat
, freq_to_stat , freq_to_stat
) )
import WorkerAux import Worker
( verts_recvd_from_stat ( verts_recvd_from_stat
, credit_retd_from_stat , credit_retd_from_stat
, min_atomic_credit_from_stat , min_atomic_credit_from_stat
......
...@@ -21,7 +21,7 @@ import Table ...@@ -21,7 +21,7 @@ import Table
, new , new
, to_list , to_list
) )
import WorkerAux import Worker
( now ( now
) )
import Types import Types
......
-- --
-- orbit-int workeraux -- orbit-int workeraux
-- --
module WorkerAux ( defaultCt module Worker ( defaultCt
, now , now
, worker_stats , worker_stats
, verts_recvd_from_stat , verts_recvd_from_stat
, credit_retd_from_stat , credit_retd_from_stat
, min_atomic_credit_from_stat , min_atomic_credit_from_stat
, init_idle_from_stat , init_idle_from_stat
, tail_idle_from_stat , tail_idle_from_stat
, max_idle_from_stat , max_idle_from_stat
) where ) where
import Control.Distributed.Process import Control.Distributed.Process
( NodeId ( NodeId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment