hi, every developer,
the BLCR has been implemented by registering a callback function and then request that!
my question is that, after the register is done, how to cause the checkpoint?
for example:
=== lam-7.1.2/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c L153 ===
/*
* Register the checkpoint signal handler
*/
cr_thread_callback_id = cr_register_callback(crlam_thread_callback,
cr_thread_callback_arg,
CR_THREAD_CONTEXT);
cr_signal_callback_id = cr_register_callback(crlam_signal_callback,
cr_signal_callback_arg,
CR_SIGNAL_CONTEXT);
==================================================
thanks for your time
Lenjoy
---------------------------------
Yahoo! Mail goes everywhere you do. Get it on your phone.
|