Displaying 1 result from an estimated 1 matches for "checkpoint_settim".
Did you mean:
checkpoint_settimer
2012 Nov 21
0
how to change checkpoint interval
Hi guys,
In my research, I want to change checkpoint interval during remus running.
I think that the checkpoint_settimer function (declared in libcheckpoint.c)
can do that I need.
But I would like to call a checkpoint_settimer in xc_domain_save.c. Then I
created a checkpoint_settimer*2* into xc_domain_save.c and this doesn''t
work coz probably the timer_settime function there.
Then I started to search the...