proc_edge
struct proc_edge *edge; /* adajcent edges of this process */
struct proc_edge *p_sedge; /* used for implementing stack alg. */
struct proc_edge *next; /* next edge in adjacency list */
typedef struct proc_edge proc_edge_t;