コード例 #1
0
ファイル: shell-checkpoint.c プロジェクト: EDAyele/ptunes
/*---------------------------------------------------------------------------*/
void
shell_checkpoint_init(void)
{
  checkpoint_init();
  shell_register_command(&checkpoint_command);
  shell_register_command(&rollback_command);
}
コード例 #2
0
ファイル: checkpoint.c プロジェクト: LarBob/executor
PUBLIC int
main (void)
{
  checkpoint_t *cp;

  cp = checkpoint_init ();
  return 0;
}