summaryrefslogtreecommitdiffstats
path: root/server/char-device.c
Commit message (Collapse)AuthorAgeFilesLines
* char-device: use local 'reds' variableJonathon Jongsma2015-02-231-15/+19
| | | | | Store a reference to the server in the SpiceCharDeviceState struct and use that rather than the global 'reds' variable
* Move 'core' into RedsState structJonathon Jongsma2015-02-231-15/+15
| | | | Also add reds_get_core_interface() accessor for external use.
* Remove use of global 'reds' var from spice_server_remove_interface()Jonathon Jongsma2015-02-231-0/+10
| | | | | | | Since this is public API, we can't easily change the signature of the function to take a RedsState argument, so instead we apply a hack and store the reds argument inside the device state struct when the interface is added, and retrieve it for use later when it is removed.
* Change reds_on_char_device_state_destroy() 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/+998