Changeset 272 for trunk/include/sh_log_evalrule.h
- Timestamp:
- Jan 27, 2010, 10:52:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_log_evalrule.h
r265 r272 49 49 enum policies policy; 50 50 int severity; 51 sh_string * alias; 51 52 time_t interval; /* if EVAL_SUM, interval */ 52 53 struct sh_qeval * next; … … 56 57 57 58 int sh_log_lookup_severity(const char * str); 59 sh_string * sh_log_lookup_alias(const char * str); 58 60 59 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.