eventType = message.getEvent();
//if the deferred queue(where we put messages when the node is busy)
//contains an abort event then poison the node.
//TODO: da togliere e' meglio mettere qualcosa che faccia lo stesso sul sistema quando viene lanciato un evento di questo genere
if (simWaiting(new SimTypeP(NetEvent.EVENT_ABORT)) > 0) {
poison();
}
//process last event
if (eventType == NetEvent.EVENT_KEEP_AWAKE) {