~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to xlators/features/marker/utils/syncdaemon/master.py

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-06-26 21:00:42 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110626210042-ps1aim0cwz06tkx1
Tags: 3.2.1-1
* New upstream release.
  - Refresh patch 02-spelling-error.
* Wrap dependencies.
* Merge libglusterfs0 and libglusterfs-dev package to glusterfs-common.
  Closes: #630147
* Use python-module.mk and remove useless python bytecode files.
  Closes: #630146

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        self.terminate = False
88
88
 
89
89
    def crawl_loop(self):
90
 
        ffd = getattr(gconf, 'feedback_fd', None)
91
 
        if ffd:
92
 
            os.close(int(ffd))
93
90
        timo = int(gconf.timeout or 0)
94
91
        if timo > 0:
95
92
            def keep_alive():