Trigger checkpointing from within the application

Michael Neumann mneumann at ntecs.de
Tue Nov 23 10:53:00 PST 2004


Matthew Dillon wrote:
    HEAD now has the checkpointing code fully integrated, including syscall
    and signal support, and manual pages which describe its operation.
    See sys_checkpoint(2) and checkpt(1) for details.

    NOTE: A full buildworld and buildkernel is required because these commits
    have added a new system call.  An Incremental build will not work, sorry.
I guess, you forgot this one:

--- /usr/src/lib/libc/sys/Makefile.inc.old      2004-11-23 
19:48:14.000000000 +0100
+++ /usr/src/lib/libc/sys/Makefile.inc  2004-11-23 19:48:30.000000000 +0100
@@ -81,7 +81,7 @@
 MAN+=  _exit.2 accept.2 access.2 acct.2 adjtime.2 \
        aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
        aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
-       bind.2 brk.2 checkpoint.2 chdir.2 chflags.2 \
+       bind.2 brk.2 sys_checkpoint.2 chdir.2 chflags.2 \
        chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
        connect.2 dup.2 execve.2 \
        fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \

Regards,

  Michael





More information about the Users mailing list