root/sapi/fpm/fpm/fpm_systemd.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef FPM_SYSTEMD_H
   2 #define FPM_SYSTEMD_H 1
   3 
   4 #include "fpm_events.h"
   5 
   6 /* 10s (in ms) heartbeat for systemd status */
   7 #define FPM_SYSTEMD_DEFAULT_HEARTBEAT (10000)
   8 
   9 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
  10 int fpm_systemd_conf();
  11 
  12 #endif
  13 

/* [<][>][^][v][top][bottom][index][help] */