fdpass_new
struct fdpass *fdpass_new(int sock, struct fileops *ops);
if (fdpass_new(s[1], &helper_fileops) == NULL)
if (fdpass_new(s[0], &worker_fileops) == NULL)