summaryrefslogtreecommitdiffstats
path: root/src/server/integrity.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-09-10 17:49:05 +0200
committerSimon Rettberg2019-09-10 17:49:05 +0200
commitfdcbdcac2e721d72136794bdc45c63d71799dcd5 (patch)
treea7ca0ee1505d6f1dac1d048d7f8f17da6e90198e /src/server/integrity.h
parentFix compilation on older gcc (diff)
downloaddnbd3-fdcbdcac2e721d72136794bdc45c63d71799dcd5.tar.gz
dnbd3-fdcbdcac2e721d72136794bdc45c63d71799dcd5.tar.xz
dnbd3-fdcbdcac2e721d72136794bdc45c63d71799dcd5.zip
[SERVER] Make integrity checks on startup async
Diffstat (limited to 'src/server/integrity.h')
-rw-r--r--src/server/integrity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/integrity.h b/src/server/integrity.h
index c3c2b44..09d3785 100644
--- a/src/server/integrity.h
+++ b/src/server/integrity.h
@@ -7,6 +7,6 @@ void integrity_init();
void integrity_shutdown();
-void integrity_check(dnbd3_image_t *image, int block);
+void integrity_check(dnbd3_image_t *image, int block, bool blocking);
#endif /* INTEGRITY_H_ */