summaryrefslogtreecommitdiffstats
path: root/src/server/integrity.h
blob: 7a1b8d7970258fd16a1ea9b076899395b5caa83e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _INTEGRITY_H_
#define _INTEGRITY_H_

#include "globals.h"

void integrity_init(void);

void integrity_shutdown(void);

void integrity_check(dnbd3_image_t *image, int block, bool blocking);

void integrity_trigger(void);

#endif /* INTEGRITY_H_ */