mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Adrian Reber <areber@redhat.com>
9 lines
195 B
C
9 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__ */
|