2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/test/zdtm/static/get_smaps_bits.h
Kir Kolyshkin 1e1a85f1b8 test/zdtm: rm get_smaps_bits proto from zdtmtst.h
The function is not included into the library, so having its prototype
there was a shortcut. Move it to a separate include file.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-05-10 04:26:56 +03:00

7 lines
191 B
C

#ifndef ZDTM_GET_SMAPS_BITS_H_
#define ZDTM_GET_SMAPS_BITS_H_
extern int get_smaps_bits(unsigned long where, unsigned long *flags, unsigned long *madv);
#endif /* ZDTM_GET_SMAPS_BITS_H_ */