Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove global main_dispatcher variable | Jonathon Jongsma | 2015-02-23 | 1 | -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 RedsStream | Jonathon Jongsma | 2015-02-23 | 1 | -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 struct | Jonathon Jongsma | 2015-02-23 | 1 | -6/+5 |
| | | | | Also add reds_get_core_interface() accessor for external use. | ||||
* | Rename reds_stream.[ch] to red-stream.[ch] | Jonathon Jongsma | 2015-02-23 | 1 | -0/+1060 |