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

Diff of /monit/util.c

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

revision 1.50 by hauk, Thu Dec 19 20:50:06 2002 UTC revision 1.51 by hauk, Sat Dec 21 01:45:22 2002 UTC
# Line 451  void printprocess(Process_T p) { Line 451  void printprocess(Process_T p) {
451    
452    for(d= p->dependantlist; d; d= d->next)    for(d= p->dependantlist; d; d= d->next)
453      if(d->dependant != NULL)      if(d->dependant != NULL)
454        printf(" %-20s = %s\n", "Dependant Process", d->dependant);        printf(" %-20s = %s\n", "Depends on Process", d->dependant);
455    
456    if(! p->portlist) {    if(! p->portlist) {
457            

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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