Changeset 183 for trunk/src/sh_modules.c
- Timestamp:
- Oct 26, 2008, 12:59:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_modules.c
r149 r183 16 16 #include "sh_processcheck.h" 17 17 #include "sh_portcheck.h" 18 #include "sh_logmon.h" 18 19 19 20 sh_mtype modList[] = { … … 130 131 #endif 131 132 133 #ifdef USE_LOGFILE_MONITOR 134 { 135 N_("LOGMON"), 136 -1, 137 sh_log_check_init, 138 sh_log_check_timer, 139 sh_log_check_check, 140 sh_log_check_cleanup, 141 sh_log_check_reconf, 142 143 N_("[LogMon]"), 144 sh_log_check_table, 145 PTHREAD_MUTEX_INITIALIZER, 146 }, 147 #endif 148 132 149 { 133 150 NULL,
Note:
See TracChangeset
for help on using the changeset viewer.