Ignore:
Timestamp:
12/07/11 18:00:32 (12 years ago)
Author:
mmamonski
Message:

node_properties and custom_resources support. Now one can request resources via env variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/log_reader.h

    r29 r48  
    4545        void (*select_file) ( pbsdrmaa_log_reader_t * self ); 
    4646         
     47        void (*close) ( pbsdrmaa_log_reader_t * self ); 
     48 
     49        void (*reopen) ( pbsdrmaa_log_reader_t * self ); 
     50 
     51 
    4752        /* determines if function should run */ 
    4853        bool run_flag; 
     
    5964        /* for wait_thread - log file first open */ 
    6065        bool volatile first_open;        
     66 
     67        char *volatile log_path; 
     68 
     69        off_t volatile current_offset; 
    6170}; 
    6271 
Note: See TracChangeset for help on using the changeset viewer.