mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 04:18:27 +00:00
11 lines
196 B
C
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__ */
|
||
|
|