AW_EVENT_UNIVERSE_DISCONNECT

DESCRIPTION

Event called when the universe connection is lost.

NOTES

This event indicates that the connection to the universe server has been severed.

EXAMPLE

void handle_universe_disconnect (void)
{
  printf ("Connection to universe lost\n");
}

aw_event_set (AW_EVENT_UNIVERSE_DISCONNECT, handle_universe_disconnect);