2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
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

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