
Go to the source code of this file.
Functions | |
| int | fc_can_send (int i) |
| int | fc_get_congestion () |
| int | fc_get_status (int i) |
| void | fc_new_pap () |
| void | fc_sent (int i) |
| void | fc_set_status (int i, int j) |
| void | freeFlowControl (void) |
| void | initFlowControl (int numNodes) |
Variables | |
| static int * | count |
| static int | n_nodes |
| static int * | status |
| int fc_can_send | ( | int | i | ) |
Definition at line 76 of file flow_control.c.
| int fc_get_congestion | ( | void | ) |
Definition at line 96 of file flow_control.c.
| int fc_get_status | ( | int | i | ) |
Definition at line 65 of file flow_control.c.
| void fc_new_pap | ( | void | ) |
Definition at line 69 of file flow_control.c.
| void fc_sent | ( | int | i | ) |
Definition at line 61 of file flow_control.c.
| void fc_set_status | ( | int | i, |
| int | j | ||
| ) |
Definition at line 80 of file flow_control.c.
| void freeFlowControl | ( | void | ) |
Definition at line 56 of file flow_control.c.
| void initFlowControl | ( | int | numNodes | ) |
Definition at line 45 of file flow_control.c.
int* count [static] |
Definition at line 41 of file flow_control.c.
int n_nodes [static] |
Definition at line 43 of file flow_control.c.
int* status [static] |
Definition at line 42 of file flow_control.c.