branch, devel, updated. a591b73e9a1a8d3ad9790aa577aee585f725fd45
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, devel has been updated via a591b73e9a1a8d3ad9790aa577aee585f725fd45 (commit) from d958da60b9a876980fbe08749e2d5e5dc2b2165d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a591b73e9a1a8d3ad9790aa577aee585f725fd45 Author: Dries Kimpe <[email protected]> Date: Tue Mar 26 15:44:19 2013 -0500 Add comment ----------------------------------------------------------------------- Summary of changes: resources/worker/worker.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Diff of changes: diff --git a/resources/worker/worker.h b/resources/worker/worker.h index a9e58d3..405c6b1 100644 --- a/resources/worker/worker.h +++ b/resources/worker/worker.h @@ -8,6 +8,9 @@ * It allows a function to be scheduled for later execution. * When the worker resource is polled, it will call all the scheduled * functions. + * + * This can also be used to make sure a function is called from the highest + * level (i.e. the polling loop) */ typedef struct aesop_worker_t aesop_worker_t; hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov