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

Rename WorkerAux module to Worker

parent 6e2b9101
......@@ -21,7 +21,7 @@ import Table
, freq_from_stat
, freq_to_stat
)
import WorkerAux
import Worker
( verts_recvd_from_stat
, credit_retd_from_stat
, min_atomic_credit_from_stat
......
......@@ -21,7 +21,7 @@ import Table
, new
, to_list
)
import WorkerAux
import Worker
( now
)
import Types
......
--
-- orbit-int workeraux
--
module WorkerAux ( defaultCt
module Worker ( defaultCt
, now
, worker_stats
, verts_recvd_from_stat
......
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