mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
The shmem pluging allows creation of shared memory segment between parasite code and the caller. Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
6 lines
149 B
C
6 lines
149 B
C
#ifndef __COMPEL_PLUGIN_STD_PRIV_H__
|
|
#define __COMPEL_PLUGIN_STD_PRIV_H__
|
|
|
|
extern int std_ctl_sock(void);
|
|
|
|
#endif /* __COMPEL_PLUGIN_STD_PRIV_H__ */
|