]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/protos.h
new devel_bacula + fixes to conio/console
[bacula/bacula] / bacula / src / filed / protos.h
index 4e51e27f7fbfb8aaefd7083c95015d8b360425cf..a2feeaf26de01043e16470ad40c804a5b3e6ab4d 100644 (file)
@@ -29,3 +29,9 @@ extern void do_restore(JCR *jcr);
 extern int authenticate_director(JCR *jcr);
 extern int authenticate_storagedaemon(JCR *jcr);
 extern int make_estimate(JCR *jcr);
+
+/* From heartbeat.c */
+void start_heartbeat_monitor(JCR *jcr);
+void stop_heartbeat_monitor(JCR *jcr);
+void start_dir_heartbeat(JCR *jcr);
+void stop_dir_heartbeat(JCR *jcr);