From: Karthik Gopalakrishnan (gopalakk_at_cse.ohio-state.edu)
Date: Wed Jan 07 2009 - 10:35:54 PST
Hi Paul. My application that used BLCR 0.7.1 would request a checkpoint by calling cr_request_fd() , and cr_checkpoint() in the Callback. Since, cr_request_fd() will obsoleted in 0.8.0, I modified my code to call cr_request_checkpoint() - cr_wait_checkpoint() - cr_reap_checkpoint(), and cr_checkpoint() in the Callback. This scheme seems to work in 0.8.0_b5. However, cr_wait_checkpoint() & cr_reap_checkpoint() are not available in 0.7.1. This forces me to migrate to 0.8.0. I would like to know if there is some implementation that would work on both 0.7.1 and 0.8.0. Thanks & Regards, Karthik