I have a struct with the following data members
struct process{ char *arg1; char *arg2; int fd[2]; int shmID; };
I initialize a s