summaryrefslogtreecommitdiff
path: root/src/lib/flow.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: further fixes to flow APIdimitri staessens2016-03-301-1/+1
| | | | | FLOW_O_INVALID now defined in terms of conflicting options bugfix in setopts
* lib: bugfixes in flowdimitri staessens2016-03-301-2/+8
| | | | | forgotten return statement forgotten NULL check
* lib: api for handling flowsdimitri staessens2016-03-301-0/+77
moved the flow definition to the library and made it public. thread-safety implemented without compiler checks.