Ignore:
Timestamp:
10/17/11 01:49:55 (13 years ago)
Author:
mmamonski
Message:

log reder reStructured

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/session.h

    r12 r29  
    3535        fsd_drmaa_session_t super; 
    3636 
    37         bool (* 
    38         do_drm_keeps_completed_jobs)( pbsdrmaa_session_t *self ); 
     37        bool (*do_drm_keeps_completed_jobs)( pbsdrmaa_session_t *self ); 
    3938 
    40         void (* 
    41         super_destroy)( fsd_drmaa_session_t *self ); 
     39        void (*super_destroy)( fsd_drmaa_session_t *self ); 
    4240 
    43         void (* 
    44         super_apply_configuration)(fsd_drmaa_session_t *self); 
     41        void (*super_apply_configuration)(fsd_drmaa_session_t *self); 
    4542 
    4643        /* 
    4744         * Pointer to standard wait_thread drmaa_utils function 
    4845         */ 
    49         void* (* 
    50         super_wait_thread)( fsd_drmaa_session_t *self ); 
     46        void* (*super_wait_thread)( fsd_drmaa_session_t *self ); 
    5147 
    5248        /* 
     
    7268 
    7369        /* 
    74          * Log file initial size - used by wait_thread which reads log files 
     70         * Log file initial size - used by wait_thread which reads log files TODO: check if it can be safely moved to log_reader 
    7571         */ 
    7672        off_t log_file_initial_size; 
    7773 
    7874        /* 
    79          * Time we checked log file initial size - used by wait_thread which reads log files 
     75         * Time we checked log file initial size - used by wait_thread which reads log files TODO: check if it can be safely moved to log_reader 
    8076         */ 
    8177        time_t log_file_initial_time; 
Note: See TracChangeset for help on using the changeset viewer.