V_acqtree
acq = LIST_FIRST(&V_acqtree);
LIST_INSERT_HEAD(&V_acqtree, acq, chain);
LIST_INIT(&V_acqtree);