Method: LS4::CSRPCService#add_node
- Defined in:
- lib/ls4/service/rpc_cs.rb
#add_node(nid, address, name, rsids, self_location) ⇒ Object
51 52 53 54 |
# File 'lib/ls4/service/rpc_cs.rb', line 51 def add_node(nid, address, name, rsids, self_location) address = Address.load(address) dispatch(CSRPCBus, :add_node, nid, address, name, rsids, self_location) end |