summaryrefslogtreecommitdiffstats
path: root/server/char-device.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in comment in char-device.hChristophe Fergeau2015-02-231-1/+1
|
* add missing license headers to source filesJonathon Jongsma2015-02-231-0/+17
|
* Add RedsState arg to spicevmc_device_connect|disconnect()Jonathon Jongsma2015-02-231-2/+4
|
* char-device: use local 'reds' variableJonathon Jongsma2015-02-231-0/+1
| | | | | Store a reference to the server in the SpiceCharDeviceState struct and use that rather than the global 'reds' variable
* Remove use of global 'reds' var from spice_server_remove_interface()Jonathon Jongsma2015-02-231-0/+2
| | | | | | | 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.
* Rename red_channel.[ch] to red-channel.[ch]Jonathon Jongsma2015-02-231-1/+1
|
* server: rename filesMarc-André Lureau2015-02-231-0/+199