Changeset 47128d9 for owl.h


Ignore:
Timestamp:
May 23, 2011, 8:57:46 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
6bd485e
Parents:
1491439
git-author:
David Benjamin <davidben@mit.edu> (02/26/11 14:38:04)
git-committer:
David Benjamin <davidben@mit.edu> (05/23/11 20:57:46)
Message:
Allow interrupts to be taken at any point

This way we can catch SIGINT in the middle of a search if we care.
(Though ideally we wouldn't block the event loop when searching like
this.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r257b9c4 r47128d9  
    630630  FILE *debug_file;
    631631  char *kill_buffer;
     632  int interrupt_count;
     633  GMutex *interrupt_lock;
    632634} owl_global;
    633635
Note: See TracChangeset for help on using the changeset viewer.