mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 10:28:05 +00:00
When enabling parallel restore, the target process and the main CRIU process need an IPC interface to communicate and transfer restore commands. This patch adds a Unix domain TCP socket and stores this socket in `fdstore`. Signed-off-by: Yanning Yang <yangyanning@sjtu.edu.cn>
6 lines
131 B
C
6 lines
131 B
C
#ifndef __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
|
#define __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
|
|
|
int install_parallel_sock(void);
|
|
|
|
#endif |