Ignore:
Timestamp:
Mar 10, 2010, 9:24:17 PM (15 years ago)
Author:
katerina
Message:

Fix for ticket #195 (broken immediate mailing of highest priority messages).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_log_check.h

    r271 r275  
    2626#define SH_LOGFILE_REWIND (1<<1)
    2727#define SH_LOGFILE_PIPE   (1<<2)
     28#define SH_LOGFILE_NOFILE (1<<3)
    2829
    2930struct sh_logfile
     
    5253};
    5354
     55/* Generic callback function to parse fileinfo.
     56 */
     57void * sh_eval_fileinfo_generic(char * str);
     58
     59/* Generic parser info.
     60 */
     61struct sh_logrecord * sh_parse_generic (sh_string * logline, void * fileinfo);
     62
     63
    5464/****************************************************************
    5565 **
     
    5969/* Open file, position at stored offset. */
    6070int sh_open_for_reader (struct sh_logfile * logfile);
     71
     72/* Simple line reader for executed shell command   */
     73sh_string * sh_command_reader (sh_string * record,
     74                               struct sh_logfile * logfile);
     75
     76/* Wrapper for sh_command_reader */
     77sh_string * sh_read_shell (sh_string * record, struct sh_logfile * logfile);
    6178
    6279/* Simple line reader.   */
Note: See TracChangeset for help on using the changeset viewer.