Ignore:
Timestamp:
Oct 29, 2008, 8:59:18 PM (16 years ago)
Author:
katerina
Message:

Bugfixes for log monitoring, samba logfile parser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_log_check.h

    r183 r185  
    6464                               struct sh_logfile * logfile);
    6565
     66/* Continued line reader.   */
     67sh_string * sh_cont_reader (sh_string * record,
     68                            struct sh_logfile * logfile, char * cont);
     69
    6670/* Binary reader */
    6771sh_string * sh_binary_reader (void * s, size_t size, struct sh_logfile * logfile);
     
    8185/* Parses a pacct record. */
    8286struct sh_logrecord * sh_parse_pacct (sh_string * logline, void * fileinfo);
     87
     88/* Get a samba record */
     89sh_string * sh_read_samba (sh_string * record, struct sh_logfile * logfile);
     90
     91/* Parses a samba record. */
     92struct sh_logrecord * sh_parse_samba (sh_string * logline, void * fileinfo);
     93
    8394
    8495/**
Note: See TracChangeset for help on using the changeset viewer.