summaryrefslogtreecommitdiffstats
path: root/server/reds-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove global main_dispatcher variableJonathon Jongsma2015-02-231-1/+3
| | | | | | Requires changing a bunch of internal API to take MainDispatcher arguments, etc. The main dispatcher object is now owned by RedsState, since that is the object that previously created (initialized) it.
* Add RedsState reference to RedsStreamJonathon Jongsma2015-02-231-8/+12
| | | | | Allows us to remove use of global 'reds' variable from reds-stream.c. Requires changing the RedsStream constructor to accept a RedsState arg.
* Move 'core' into RedsState structJonathon Jongsma2015-02-231-6/+5
| | | | Also add reds_get_core_interface() accessor for external use.
* Rename reds_stream.[ch] to red-stream.[ch]Jonathon Jongsma2015-02-231-0/+1060