diff --git a/src/Control/Distributed/Process/DHT/FediChord.hs b/src/Hash2Pub/FediChord.hs similarity index 95% rename from src/Control/Distributed/Process/DHT/FediChord.hs rename to src/Hash2Pub/FediChord.hs index 8fbcb0b..09d2f5e 100644 --- a/src/Control/Distributed/Process/DHT/FediChord.hs +++ b/src/Hash2Pub/FediChord.hs @@ -9,7 +9,7 @@ Stability : experimental 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)