summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dt.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Extract flow sets from componentsSander Vrijders2017-04-241-27/+6
| | | | | | The flow sets were still kept within the FA and DT components, when it makes more sense that they are kept within the SDU scheduler component.
* ipcpd: normal: Split flow manager into DT and FASander Vrijders2017-04-211-0/+351
This splits the flow manager into the Data Transfer AE, which is in charge of routing SDUs, and the Flow Allocator AE, which handles flow allocations.