HI i found this in brd.c
The "parr" suite of functions and parr structure is to replace the dependency on glibc??
Thanks
static void init_nci(struct net_child_info *nci)
{
memset(nci, 0, sizeof(*nci));
nci->read_fd = -1;
nci->write_fd = -1;
init_peers(nci);
nci->conns = parr_new(NC_MAX_CONN, NULL); <----
nci->eb = event_base_new();
}