restarter_protocol_event_t
"restarter_protocol_events", sizeof (restarter_protocol_event_t),
offsetof(restarter_protocol_event_t, rpe_link), NULL,
restarter_protocol_event_t *e;
e = startd_zalloc(sizeof (restarter_protocol_event_t));
restarter_event_release(restarter_protocol_event_t *e)
startd_free(e, sizeof (restarter_protocol_event_t));
restarter_protocol_event_t *
restarter_protocol_event_t *e = NULL;
restarter_protocol_event_t *restarter_event_dequeue();
void restarter_event_requeue(restarter_protocol_event_t *);
void restarter_event_release(restarter_protocol_event_t *);
restarter_queue_event(restarter_inst_t *ri, restarter_protocol_event_t *e)
restarter_protocol_event_t *e;