netperf_child
struct netperf_child *instance;
instance = calloc(ninst, sizeof(struct netperf_child));
instance = calloc(ninstance, sizeof(struct netperf_child));
static struct netperf_child *instance;