Ignore:
Timestamp:
03/02/11 22:08:19 (13 years ago)
Author:
mmatloka
Message:

log reader improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/log_reader.h

    r7 r8  
    4444         
    4545        void (* 
    46         chose_file) ( pbsdrmaa_log_reader_t * self ); 
     46        select_file) ( pbsdrmaa_log_reader_t * self ); 
    4747         
     48        /* line - read line, buffer - keeps read but not returned lines, idx, end_idx and line_idx values needed to be kept outside the function */ 
    4849        ssize_t (* 
    49         read_line) ( pbsdrmaa_log_reader_t * self , char * buffer , ssize_t size ); 
     50        read_line) ( pbsdrmaa_log_reader_t * self, char * line, char * buffer, ssize_t size, int * idx, int * end_idx, int * line_idx ); 
    5051         
    5152        /* specifies if function should run */ 
Note: See TracChangeset for help on using the changeset viewer.