/[monit]/monit/control.c
ViewVC logotype

Diff of /monit/control.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by rory, Mon Dec 16 20:47:23 2002 UTC revision 1.17 by martinp, Mon Dec 16 21:14:06 2002 UTC
# Line 348  void mark_dependants(Process_T p) { Line 348  void mark_dependants(Process_T p) {
348    
349    for (d= p->dependantlist; d; d= d->next ) {    for (d= p->dependantlist; d; d= d->next ) {
350    
351      if( get_process(d->dependant) != NULL ) {      if( (dp= get_process(d->dependant)) != NULL ) {
352    
       dp= get_process(d->dependant);  
353        dp->parent= p->name;        dp->parent= p->name;
354    
355      } else {      } else {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26