mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
No EOL
131 B
C
6 lines
No EOL
131 B
C
#ifndef __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
|
#define __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
|
|
|
int install_parallel_sock(void);
|
|
|
|
#endif |