~ubuntu-branches/ubuntu/oneiric/simgrid/oneiric

« back to all changes in this revision

Viewing changes to examples/gras/spawn/spawn.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2011-06-27 14:08:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110627140839-vg42pln158x0z8iq
Tags: 3.6.1-1
new upstream version (bug fix on MacOSX: no change for us)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    xbt_ex_t e;
34
34
    TRY {
35
35
      xbt_queue_shift_timed(todo,&chunk,0);
36
 
    } CATCH(e) {
 
36
    }
 
37
    CATCH(e) {
37
38
      if (e.category != timeout_error) {
38
39
        RETHROW;
39
40
      }