nsd_child
struct nsd_child;
struct nsd_child *child;
nsd.children = (struct nsd_child *) region_alloc_array(
nsd.region, nsd.child_count, sizeof(struct nsd_child));
struct nsd_child *children;
struct nsd_child *this_child;