summaryrefslogtreecommitdiffstats
path: root/src/vdagentd-proto-strings.h
Commit message (Collapse)AuthorAgeFilesLines
* vdagentd-proto-strings: Add missing string for VDAGENTD_AUDIO_VOLUME_SYNCPavel Grunt2015-04-291-0/+1
| | | | | | | | | | | | | | Avoids a crash when running spice-vdagent with debug Backtrace: #0 0x0000003dcf647e2c in _IO_vfprintf_internal (s=<value optimized out>, format=<value optimized out>, ap=<value optimized out>) at vfprintf.c:1641 #1 0x0000003dcf6e4e90 in __vsyslog_chk (pri=<value optimized out>, flag=-1, fmt=0x40f360 "%p received %s, arg1: %u, arg2: %u, size %u", ap=0x7fffffffddc0) at ../misc/syslog.c:222 #2 0x0000003dcf6e50c0 in __syslog (pri=<value optimized out>, fmt=<value optimized out>) at ../misc/syslog.c:119 #3 0x000000000040c6da in udscs_read_complete (connp=0x610de8) at src/udscs.c:448 #4 0x000000000040c8d1 in udscs_do_read (connp=0x610de8) at src/udscs.c:500 #5 0x000000000040c303 in udscs_client_handle_fds (connp=0x610de8, readfds=0x7fffffffe0a0, writefds=0x7fffffffe020) at src/udscs.c:349 #6 0x0000000000403d74 in main (argc=3, argv=0x7fffffffe248) at src/vdagent.c:365
* vdagent*: Handle VDAGENTD_CLIENT_DISCONNECTED messagesHans de Goede2013-03-061-2/+3
| | | | | | | | Also add some extra detection for the client having gone away for when running on an older spice-server which does not send VDAGENTD_CLIENT_DISCONNECTED on client disconnect. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* file-xfer: extend protocol for communication between server and clientriegamaths@gmail.com2013-02-211-0/+3
| | | | | | The new added messages correspond with vd_agent.h Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
* vdagents: add VDAGENTD_VERSION messageMarc-André Lureau2011-07-151-0/+1
| | | | Disconnects vdagent if version mismatch.
* autotools: move source files to a src/ subdirChristophe Fergeau2011-04-041-0/+34