lib/dcell/server.rb in dcell-0.10.0 vs lib/dcell/server.rb in dcell-0.12.0.pre
- old
+ new
@@ -4,10 +4,10 @@
include Celluloid::ZMQ
# Bind to the given 0MQ address (in URL form ala tcp://host:port)
def initialize
# The gossip protocol is dependent on the node manager
- link Actor[:node_manager]
+ link Celluloid::Actor[:node_manager]
@addr = DCell.addr
@socket = PullSocket.new
begin