summaryrefslogtreecommitdiffstats
path: root/server/main-dispatcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert Dispatcher and MainDispatcher to GObjectsJonathon Jongsma2015-02-231-29/+122
| | | | | Allows more explicit inheritance relationship, and numerous other advantages.
* add missing license headers to source filesJonathon Jongsma2015-02-231-0/+16
|
* Remove global main_dispatcher variableJonathon Jongsma2015-02-231-38/+45
| | | | | | 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 arg to reds_handle_channel_event()Jonathon Jongsma2015-02-231-1/+1
|
* Change reds_set_client_mm_time_latency() to take RedsState argJonathon Jongsma2015-02-231-2/+2
|
* Change reds_on_client_seamless_migrate_complete() to take RedsState argJonathon Jongsma2015-02-231-2/+2
|
* Change reds_client_disconnect() to take RedsState argJonathon Jongsma2015-02-231-1/+1
|
* Rename red_channel.[ch] to red-channel.[ch]Jonathon Jongsma2015-02-231-1/+1
|
* server: rename filesMarc-André Lureau2015-02-231-0/+204