republish_token_t
republish_token_t *republish_list = NULL;
republish_token_t *rp;
rp = kmem_zalloc(sizeof (republish_token_t), KM_SLEEP);
kmem_free(rp, sizeof (republish_token_t));