typedef struct ParallelContext { shm_toc_estimator estimator; dsm_segment *seg; void *private_memory; shm_toc *toc; …… } ParallelContext;