From: Karthik Gopalakrishnan (gopalakk_at_cse.ohio-state.edu)
Date: Fri Jul 03 2009 - 15:15:39 PDT
Hi Folks. I understand that cr_checkpoint() should be called *only* from the callback function's context. However, is it mandatory to call cr_checkpoint() every time the callback gets invoked? Say my callback got invoked because someone did a 'cr_checkpoint -p <PID>' from the shell. If I want to ignore this checkpoint request, can I simply return from the callback without invoking cr_checkpoint(), or will this violate BLCR semantics? Thanks & Regards, Karthik