canque_again_outslot

Name

canque_again_outslot --  reschedule output slot to process it again later

Synopsis

int canque_again_outslot (struct canque_ends_t * qends, struct canque_edge_t * qedge, struct canque_slot_t * slot);

Arguments

qends

ends structure belonging to calling communication object

qedge

edge slot belong to

slot

pointer to the slot for re-processing

Description

Function reschedules slot previously acquired by canque_test_outslot function call for second time processing.

Return Value

Function cannot fail.