[Spice-devel] [PATCH spice-streaming-agent v3 0/6] More refactor and separation

Lukáš Hrázký lhrazky at redhat.com
Mon Jul 2 08:43:33 UTC 2018


Changes since v2:
- merged the first three acked patches
- Changed the SyslogRAII patch into removing the closelog() call patch

Lukáš Hrázký (6):
  Remove the closelog() call
  Make the try-catch block in main() a catch-all
  Clean up the global try-catch block
  Move register_interrupts() before the try-catch block
  Move out the cursor-updating code into it's own class
  Remove unnecessary '\n' in syslog calls

 src/Makefile.am               |   2 +
 src/cursor-updater.cpp        | 106 ++++++++++++++++++++++++++++
 src/cursor-updater.hpp        |  34 +++++++++
 src/mjpeg-fallback.cpp        |   2 +-
 src/spice-streaming-agent.cpp | 126 ++++++----------------------------
 5 files changed, 165 insertions(+), 105 deletions(-)
 create mode 100644 src/cursor-updater.cpp
 create mode 100644 src/cursor-updater.hpp

-- 
2.17.1



More information about the Spice-devel mailing list