summaryrefslogtreecommitdiffstats
path: root/server/red-worker.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't typedef RedWorker twiceJonathon Jongsma2015-02-231-2/+2
| | | | | No need to typedef the struct here, it's typedef'ed in the header already.
* Remove use of global 'reds' within RedWorkerJonathon Jongsma2015-02-231-4/+11
| | | | | Get the server variable from the RedDispatcher instead of using the global variable
* CommonChannel -> CommonWorkerChannelJonathon Jongsma2015-02-231-23/+23
| | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient.
* Store a reference to RedsState in Channel base classJonathon Jongsma2015-02-231-1/+1
|
* Add RedsState arg to all stat functionsJonathon Jongsma2015-02-231-6/+6
|
* Move zlib_glz_state to RedsState structJonathon Jongsma2015-02-231-1/+1
| | | | Also required adding reds_get_zlib_glz_state() for external access.
* Move jpeg_state to RedsState structJonathon Jongsma2015-02-231-1/+1
| | | | Also required adding reds_get_jpeg_state() for external access.
* Move image_compression to RedsState structJonathon Jongsma2015-02-231-1/+1
| | | | Removing more global variables
* Rename red_worker.[ch] to red-worker.[ch]Jonathon Jongsma2015-02-231-0/+1806