]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/protos.h
add PostgreSQL support
[bacula/bacula] / bacula / src / filed / protos.h
index 5f1b7a038c34861635ab59d870f4de3cb357b22e..a2feeaf26de01043e16470ad40c804a5b3e6ab4d 100644 (file)
@@ -30,3 +30,8 @@ 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);