/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2011-12-20 20:23:36 UTC
  • mto: This revision was merged to the branch mainline in revision 526.
  • Revision ID: teddy@recompile.se-20111220202336-hnw0kh91w0kc0ytn
* mandos (main): Tell gobject we're (or, rather, multiprocessing is)
                 using threads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2145
2145
        # Close all input and output, do double fork, etc.
2146
2146
        daemon()
2147
2147
    
 
2148
    gobject.threads_init()
 
2149
    
2148
2150
    global main_loop
2149
2151
    # From the Avahi example code
2150
2152
    DBusGMainLoop(set_as_default=True )