criu/compel/include/shmem.h
Adrian Reber 70833bcf29 Run 'make indent' on header files
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
2021-09-03 10:31:00 -07:00

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__ */