~ubuntu-branches/ubuntu/quantal/simgrid/quantal

« back to all changes in this revision

Viewing changes to examples/gras/mutual_exclusion/simple_token/simple_token.c

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum, Martin Quinson, Lucas Nussbaum
  • Date: 2012-06-09 16:24:44 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120609162444-xook34f3d6qy5ixj
Tags: 3.7.1-1
[ Martin Quinson ]
* debian/copyright: update FSF address (thanks lintian for noticing)

[ Lucas Nussbaum ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
    }
172
172
  }
173
173
 
174
 
  /* 8. Wait up to 10 seconds for an incomming message to handle */
 
174
  /* 8. Wait up to 10 seconds for an incoming message to handle */
175
175
  while (globals->remaining_loop > (globals->create ? -1 : 0)) {
176
176
    gras_msg_handle(-1);
177
177