mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 07:45:17 +00:00
parasite: Drop deprecated comment
It's no longer true, we've deresigned the parasite pretty time ago. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
ae84dc817d
commit
1c35b31d8d
19
parasite.c
19
parasite.c
@@ -12,25 +12,6 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/*
|
|
||||||
* Some notes on parasite code overall. There are a few
|
|
||||||
* calling convention specfics the caller must follow
|
|
||||||
*
|
|
||||||
* - on success, 0 must be returned, anything else
|
|
||||||
* treated as error; note that if 0 returned the
|
|
||||||
* caller code should not expect anything sane in
|
|
||||||
* parasite_status_t, parasite may not touch it at
|
|
||||||
* all
|
|
||||||
*
|
|
||||||
* - every routine which takes arguments and called from
|
|
||||||
* parasite_head
|
|
||||||
* parasite_service
|
|
||||||
* must provide parasite_status_t argument either via
|
|
||||||
* plain pointer or as first member of an embedding
|
|
||||||
* structure so service routine will pass error code
|
|
||||||
* there
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONFIG_X86_64
|
#ifndef CONFIG_X86_64
|
||||||
#error non-x86-64 mode not yet implemented
|
#error non-x86-64 mode not yet implemented
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user