graph_protocol_event_t
handle_graph_update_event(scf_handle_t *h, graph_protocol_event_t *e)
graph_protocol_event_t *e;
graph_protocol_event_t *e;
e = startd_zalloc(sizeof (graph_protocol_event_t));
graph_event_release(graph_protocol_event_t *e)
startd_free(e, sizeof (graph_protocol_event_t));
graph_protocol_event_t *
graph_protocol_event_t *e;
graph_event_requeue(graph_protocol_event_t *e)
"graph_protocol_events", sizeof (graph_protocol_event_t),
offsetof(graph_protocol_event_t, gpe_link), NULL,
graph_protocol_event_t *graph_event_dequeue();
void graph_event_requeue(graph_protocol_event_t *);
void graph_event_release(graph_protocol_event_t *);