forked from schmittlauch/Hash2Pub
rename whole project and make DHT implementation as a project specific module
This commit is contained in:
parent
6c5faa4fc6
commit
ce4cc385b8
|
@ -9,7 +9,7 @@ Stability : experimental
|
||||||
Modernised EpiChord + k-choices load balancing
|
Modernised EpiChord + k-choices load balancing
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Control.Distributed.Process.DHT.FediChord where
|
module Hash2Pub.FediChord where
|
||||||
|
|
||||||
newtype NodeID = NodeID { getNodeID :: Integer } deriving (Eq, Show, Enum)
|
newtype NodeID = NodeID { getNodeID :: Integer } deriving (Eq, Show, Enum)
|
||||||
|
|
Loading…
Reference in a new issue