mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-24 19:08:11 +00:00
10 lines
195 B
C
10 lines
195 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__ */
|