mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 01:31:34 +00:00
parasite: Drop unused PARASITE_COMPLETE_ADDR helper
It has been used when debuggin without PTRACE_SEIZE, not needed anymore. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f964951a14
commit
c859dbcc29
1 changed files with 0 additions and 2 deletions
|
|
@ -101,7 +101,5 @@ struct parasite_drain_fd {
|
|||
((start) + parasite_blob_offset__parasite_cmd)
|
||||
#define PARASITE_HEAD_ADDR(start) \
|
||||
((start) + parasite_blob_offset__parasite_head_start)
|
||||
#define PARASITE_COMPLETE_ADDR(start) \
|
||||
((start) + parasite_blob_offset__parasite_service_complete)
|
||||
|
||||
#endif /* CR_PARASITE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue