static void nn_xrespondent_destroy (struct nn_sockbase *self) { struct nn_xrespondent *xrespondent; xrespondent = nn_cont (self, struct nn_xrespondent, sockbase); nn_xrespondent_term (xrespondent); nn_free (xrespondent); }
static void nn_respondent_term (struct nn_respondent *self) { nn_xrespondent_term (&self->xrespondent); }