scc_signals.h 295 B

123456789101112
  1. #ifndef __SCC_SIGNALS_H__
  2. #define __SCC_SIGNALS_H__
  3. #include "structs.h"
  4. int scc_kill(int target_ID, int sig, inter_list *ref_inter_list);
  5. void scc_signals_check(void);
  6. void scc_pause(void);
  7. int find_sender_id(int SID);
  8. //void scc_update_slowest(struct timeval time_val, int agent_id);
  9. #endif