Revision 87b3cb26 lib/server/masterd.py

b/lib/server/masterd.py
399 399
    # Job queue
400 400
    self.jobqueue = jqueue.JobQueue(self)
401 401

  
402
    # RPC runner
403
    self.rpc = rpc.RpcRunner(self)
404

  
402 405
    # setting this also locks the class against attribute modifications
403 406
    self.__class__._instance = self
404 407

  

Also available in: Unified diff