Changeset 276 for trunk/include


Ignore:
Timestamp:
Mar 22, 2010, 9:00:47 PM (15 years ago)
Author:
katerina
Message:

Fix for bugs in log monitoring (tickets #196, #199), and allow shell command monitoring (ticket #197).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_log_check.h

    r275 r276  
    7777sh_string * sh_read_shell (sh_string * record, struct sh_logfile * logfile);
    7878
     79/* Parses a shell command reply. */
     80struct sh_logrecord * sh_parse_shell (sh_string * logline, void * fileinfo);
     81
    7982/* Simple line reader.   */
    8083sh_string * sh_default_reader (sh_string * record,
Note: See TracChangeset for help on using the changeset viewer.