summaryrefslogtreecommitdiff
path: root/src/ipcpd/flow.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: flow structure for maintaining flowsdimitri staessens2016-03-271-0/+83
The flow structure can be used to maintain the status of flows in ipcp instances. It should probably not be exposed outside ipcpd's. It has a flag FLOW_MT_SAFE which includes locking in case the IPCP has a multithreaded implementation that may require it.