summaryrefslogtreecommitdiff
path: root/src/ipcpd/flow.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: flow structure for maintaining flowsdimitri staessens2016-03-271-0/+66
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.