2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-26 11:57:52 +00:00
criu/compel/include/shmem.h
Dmitry Safonov a1d931c354 compel: plugins -- Add shmem plugin
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>
2017-03-14 23:58:09 +03:00

11 lines
196 B
C

#ifndef __COMPEL_PLUGIN_SHMEM_PRIV_H__
#define __COMPEL_PLUGIN_SHMEM_PRIV_H__
struct shmem_plugin_msg {
unsigned long start;
unsigned long len;
};
#endif /* __COMPEL_PLUGIN_SHMEM_PRIV_H__ */