ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/process_snapshot.c
(Generate patch)

Comparing projects/libstatgrab/examples/process_snapshot.c (file contents):
Revision 1.2 by tdb, Sat Apr 3 21:02:10 2004 UTC vs.
Revision 1.3 by tdb, Sat Apr 3 22:59:30 2004 UTC

# Line 64 | Line 64 | int main(){
64                  case ZOMBIE:
65                          state = "ZOMBIE";
66                          break;
67 +                case UNKNOWN:
68 +                        state = "UNKNOWN";
69 +                        break;
70                  }
71                  printf("%5d %5d %5d %5d %5d %5d %5d %5dM %5dM %8ds %10f %4d %-8s %-20s %s\n",
72                          (int)ps->pid, (int)ps->parent, (int)ps->pgid, (int)ps->uid,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines