Changeset 488 for trunk/include/samhain.h
- Timestamp:
- Sep 18, 2015, 7:39:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/samhain.h
r481 r488 134 134 #undef BAD 135 135 #define BAD S_FALSE 136 137 #define SH_SILENT_FULL 2 138 #define SH_SILENT_STD 1 136 139 137 140 … … 398 401 extern volatile int sig_termfast; /* SIGTERM */ 399 402 extern volatile int sig_force_check; /* SIGTTOU */ 403 extern volatile int sig_force_silent; /* SIGTSTP */ 404 extern volatile int sh_global_check_silent; 400 405 extern volatile int sh_load_delta_flag; 401 406
Note:
See TracChangeset
for help on using the changeset viewer.