lib/invoker/ipc/add_http_command.rb in invoker-1.4.1 vs lib/invoker/ipc/add_http_command.rb in invoker-1.5.1
- old
+ new
@@ -1,9 +1,9 @@
module Invoker
module IPC
class AddHttpCommand < BaseCommand
def run_command(message_object)
- Invoker.dns_cache.add(message_object.process_name, message_object.port)
+ Invoker.dns_cache.add(message_object.process_name, message_object.port, message_object.ip)
true
end
end
end
end