Changeset 64 for trunk


Ignore:
Timestamp:
01/10/12 16:06:50 (12 years ago)
Author:
mmamonski
Message:

broadcast on wait condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/job.c

    r63 r64  
    517517 
    518518        fsd_cond_broadcast( &self->status_cond); 
     519        fsd_cond_broadcast( &self->session->wait_condition ); 
    519520 
    520521        fsd_log_return(( "; job_ps=%s, exit_status=%d", drmaa_job_ps_to_str(self->state), self->exit_status )); 
Note: See TracChangeset for help on using the changeset viewer.