Changeset 1593

Show
Ignore:
Timestamp:
10/31/08 14:42:03 (2 months ago)
Author:
peet
Message:

use own bus, not esoteric one

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.4.7/modules-heartbeat/ap-cluster.py

    r1591 r1593  
    7575                                argv.envg.mx = {} 
    7676                         
    77                         mutex = cl_mutex(argv.esoteric.bus, "%s.%s." % (argv.envl.name, CL_DOMAIN), "%s." % (CL_DOMAIN)) 
     77                        mutex = cl_mutex(self.bus, "%s.%s." % (argv.envl.name, CL_DOMAIN), "%s." % (CL_DOMAIN)) 
    7878                        mx = argv.envg.mx[argv.envl.name] = opts({ 
    7979                                "instance": mutex, 
     
    122122                # 
    123123                ### 
    124                 self.log("debug","Alliluja!") 
    125124                self.lock.release() 
    126125