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

« back to all changes in this revision

Viewing changes to examples/gras/mmrpc/mmrpc.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:
81
81
  /* 5. Register my callback */
82
82
  gras_cb_register("request", &server_cb_request_handler);
83
83
 
84
 
  /* 6. Wait up to 10 minutes for an incomming message to handle */
 
84
  /* 6. Wait up to 10 minutes for an incoming message to handle */
85
85
  gras_msg_handle(600.0);
86
86
 
87
87
  /* 7. Free the allocated resources, and shut GRAS down */