| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include "flowlist.h"#include <stdlib.h>#include <stdio.h>Functions | |
| flow_list * | create_new_flow_event (double time, double bw) |
| void | flow_list_insert (double time, double bw, struct flow_list **root) |
| void | dump_flow_list_to_file (FILE *file, struct flow_list *root) |
| int | get_no_events (struct flow_list *root) |
| flow_event * | get_all_events (struct flow_list *root) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|