checkpoint/restart
Kip Macy
kmacy at fsmware.com
Wed Oct 8 20:09:23 PDT 2003
Is the output of cvs diff adequate as a patch? I've forgotten / am not
familiar with the conventions.
cvs diff: Diffing .
Index: signalvar.h
===================================================================
RCS file: /home/dcvs/src/sys/sys/signalvar.h,v
retrieving revision 1.5
diff -r1.5 signalvar.h
63a64,65
> sig_t ps_checkpoint; /* place to store checkpoint/restore upcall */
> sig_t ps_restore;
On Wed, 8 Oct 2003, Matthew Dillon wrote:
>
> :I've updated the code to run on dragonfly and to support the restoration
> :of signal disposition. The code to support multiple-threads and pre/post
> :upcalls is in there, but untested.
> :
> :If anyone wants to play with it, it is available at:
> :http://www.fsmware.com/ckpt4.tgz
> :
> :
> : -Kip
>
> Hey Kip, there are some structural references that we need patches
> for. e.g. ps_checkpoint, ps_restore.
>
> ckpt.c: In function `ckpt_register':
> ckpt.c:625: structure has no member named `ps_checkpoint'
> ckpt.c:626: structure has no member named `ps_restore'
>
> -Matt
> Matthew Dillon
> <dillon at xxxxxxxxxxxxx>
>
More information about the Kernel
mailing list